Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YeeSafety3DRoot
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
YeeSafety3DRoot
Commits
d296cc2f
Commit
d296cc2f
authored
Mar 13, 2020
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据库配置
parent
c571829b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
application.properties
YeeSafety3DStart/src/main/resources/application.properties
+5
-3
No files found.
YeeSafety3DStart/src/main/resources/application.properties
View file @
d296cc2f
spring.application.name
=
AmosSafety3D
spring.application.name
=
AmosSafety3D
eureka.client.serviceUrl.defaultZone
=
http://172.16.10.72:10001/eureka/
eureka.client.serviceUrl.defaultZone
=
http://172.16.10.72:10001/eureka/
eureka.client.register-with-eureka
=
true
eureka.client.register-with-eureka
=
true
eureka.client.fetch-registry
=
true
eureka.client.fetch-registry
=
true
eureka.client.healthcheck.enabled
=
true
eureka.client.healthcheck.enabled
=
true
eureka.client.fetchRegistry
=
true
#eureka.instance.hostname = ${spring.cloud.client.ipAddress}
#eureka.instance.hostname = ${spring.cloud.client.ipAddress}
#eureka.instance.statusPageUrlPath = ${management.context-path}/info
#eureka.instance.statusPageUrlPath = ${management.context-path}/info
#eureka.instance.healthCheckUrlPath = ${management.context-path}/health
#eureka.instance.healthCheckUrlPath = ${management.context-path}/health
...
@@ -31,7 +31,7 @@ elecfire_converter_statton_patrol=YEEAMOSPATROL-MY99
...
@@ -31,7 +31,7 @@ elecfire_converter_statton_patrol=YEEAMOSPATROL-MY99
spring.jackson.date-format
=
yyyy-MM-dd HH:mm:ss
spring.jackson.date-format
=
yyyy-MM-dd HH:mm:ss
#DB properties:
#DB properties:
spring.datasource.url
=
jdbc:mysql://172.16.11.33:3306/fire_auto_system?
useSSL=false&&allowMultiQueries=true
spring.datasource.url
=
jdbc:mysql://172.16.11.33:3306/fire_auto_system?
serverTimezone=UTC&&useSSL=false&&allowMultiQueries=true&serverTimezone=GMT&characterEncoding=utf8
spring.datasource.username
=
root
spring.datasource.username
=
root
spring.datasource.password
=
admin_1234
spring.datasource.password
=
admin_1234
# HikariCP settings
# HikariCP settings
...
@@ -65,6 +65,8 @@ mybatis.type-aliases-package = com.yeejoin.amos.op.business.entity.mybatis
...
@@ -65,6 +65,8 @@ mybatis.type-aliases-package = com.yeejoin.amos.op.business.entity.mybatis
#liquibase
#liquibase
spring.liquibase.change-log
=
classpath:/db/changelog/changelog-master.xml
spring.liquibase.change-log
=
classpath:/db/changelog/changelog-master.xml
spring.liquibase.enabled
=
false
params.remoteurl
=
http://127.0.0.1:8800/
params.remoteurl
=
http://127.0.0.1:8800/
params.time
=
5
params.time
=
5
params.period
=
1800
params.period
=
1800
...
...
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