Commit d296cc2f authored by tangwei's avatar tangwei

数据库配置

parent c571829b
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment