Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YeeAmosFireAutoSysRoot
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
station
YeeAmosFireAutoSysRoot
Commits
122d3f3c
Commit
122d3f3c
authored
Apr 29, 2020
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修改时区不对
parent
989e3531
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
5 deletions
+10
-5
View3dController.java
...eejoin/amos/fas/business/controller/View3dController.java
+6
-1
application-dev.properties
...utoSysStart/src/main/resources/application-dev.properties
+1
-1
application-docker.properties
...SysStart/src/main/resources/application-docker.properties
+1
-1
application-test.properties
...toSysStart/src/main/resources/application-test.properties
+1
-1
application.properties
...ireAutoSysStart/src/main/resources/application.properties
+1
-1
No files found.
YeeAmosFireAutoSysService/src/main/java/com/yeejoin/amos/fas/business/controller/View3dController.java
View file @
122d3f3c
...
...
@@ -204,9 +204,14 @@ public class View3dController extends BaseController {
}
@Scheduled
(
cron
=
"${param.safetyIndexChange.cron}"
)
public
CommonResponse
safetyIndexLog
(){
view3dService
.
safetyIndexLogGenJob
(
null
);
return
CommonResponseUtil
.
success
();
}
@ApiOperation
(
value
=
"安全指数日流生成"
,
notes
=
"安全指数日流生成定时任务"
)
@GetMapping
(
value
=
"safetyIndex/schJobTest"
)
public
CommonResponse
safetyIndexLog
(
@ApiParam
(
value
=
"格式:yyyy-MM-dd"
,
required
=
false
)
@RequestParam
(
required
=
false
)
String
runData
){
public
CommonResponse
safetyIndexLog
(
@ApiParam
(
value
=
"格式:yyyy-MM-dd"
)
@RequestParam
String
runData
){
view3dService
.
safetyIndexLogGenJob
(
runData
);
return
CommonResponseUtil
.
success
();
}
...
...
YeeAmosFireAutoSysStart/src/main/resources/application-dev.properties
View file @
122d3f3c
...
...
@@ -12,7 +12,7 @@ eureka.client.healthcheck.enabled = true
eureka.client.fetchRegistry
=
true
#DB properties:
spring.datasource.url
=
jdbc:mysql://47.103.14.66:3306/91-safety-business?
serverTimezone=UTC&&useSSL=false&&allowMultiQueries=true&serverTimezone=GMT
&characterEncoding=utf8
spring.datasource.url
=
jdbc:mysql://47.103.14.66:3306/91-safety-business?
allowMultiQueries=true&serverTimezone=GMT%2B8
&characterEncoding=utf8
spring.datasource.username
=
root
spring.datasource.password
=
root_123
spring.datasource.driver-class-name
=
com.mysql.jdbc.Driver
...
...
YeeAmosFireAutoSysStart/src/main/resources/application-docker.properties
View file @
122d3f3c
...
...
@@ -12,7 +12,7 @@ eureka.client.healthcheck.enabled = true
eureka.client.fetchRegistry
=
true
#DB properties:
spring.datasource.url
=
jdbc:mysql://amos-mysql:3306/yeejoin_safety_business?
serverTimezone=UTC&&useSSL=false&&allowMultiQueries=true&serverTimezone=GMT
&characterEncoding=utf8
spring.datasource.url
=
jdbc:mysql://amos-mysql:3306/yeejoin_safety_business?
allowMultiQueries=true&serverTimezone=GMT%2B8
&characterEncoding=utf8
spring.datasource.username
=
root
spring.datasource.password
=
yeejoin_1234
spring.datasource.driver-class-name
=
com.mysql.jdbc.Driver
...
...
YeeAmosFireAutoSysStart/src/main/resources/application-test.properties
View file @
122d3f3c
...
...
@@ -12,7 +12,7 @@ eureka.client.healthcheck.enabled = true
eureka.client.fetchRegistry
=
true
#DB properties:
spring.datasource.url
=
jdbc:mysql://47.103.14.66:3306/91-safety-business?
serverTimezone=UTC&&useSSL=false&&allowMultiQueries=true&serverTimezone=GMT
&characterEncoding=utf8
spring.datasource.url
=
jdbc:mysql://47.103.14.66:3306/91-safety-business?
allowMultiQueries=true&serverTimezone=GMT%2B8
&characterEncoding=utf8
spring.datasource.username
=
root
spring.datasource.password
=
root_123
spring.datasource.driver-class-name
=
com.mysql.jdbc.Driver
...
...
YeeAmosFireAutoSysStart/src/main/resources/application.properties
View file @
122d3f3c
spring.application.name
=
AMOS-FIREAUTOSYS
spring.application.name
=
AMOS-FIREAUTOSYS
-SUHG
server.port
=
8083
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment