|
@@ -18,7 +18,7 @@ spring.freemarker.suffix=.ftl
|
|
|
#
|
|
|
db.host=192.168.10.30
|
|
|
db.port=3306
|
|
|
-db.database=smart_monitor_dev
|
|
|
+#db.database=smart_monitor_dev
|
|
|
spring.datasource.username=smart_monitor_dev
|
|
|
spring.datasource.password=smart_monitor_dev
|
|
|
spring.datasource.url=jdbc:mysql://${db.host}:${db.port}/${db.database}?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2b8&rewriteBatchedStatements=true
|
|
@@ -46,7 +46,7 @@ spring.datasource.hikari.data-source-properties.maintainTimeStats=false
|
|
|
com.qmth.redis.host=192.168.10.30
|
|
|
com.qmth.redis.port=6379
|
|
|
com.qmth.redis.password=examcloud
|
|
|
-com.qmth.redis.db=11
|
|
|
+#com.qmth.redis.db=11
|
|
|
#
|
|
|
# ********** spring cloud config **********
|
|
|
#
|