|
@@ -37,9 +37,9 @@ spring.druid.filters= stat,wall,slf4j
|
|
|
spring.druid.connectionProperties= druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000
|
|
|
|
|
|
spring.datasource.driver-class-name= org.postgresql.Driver
|
|
|
-spring.datasource.url= jdbc:postgresql://192.168.138.200:5433/qiyewechat
|
|
|
-spring.datasource.username= dbuserpg
|
|
|
-spring.datasource.password= postgres#360lj.com@2019@#
|
|
|
+spring.datasource.url= jdbc:postgresql://localhost:5433/qiyewechat
|
|
|
+spring.datasource.username= dbuser
|
|
|
+spring.datasource.password= postgres#lj360.com@2019@#
|
|
|
|
|
|
|
|
|
|
|
@@ -66,9 +66,9 @@ spring.ue.druid.filters= stat,wall,slf4j
|
|
|
spring.ue.druid.connectionProperties= druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000
|
|
|
|
|
|
spring.ue.datasource.driver-class-name= org.postgresql.Driver
|
|
|
-spring.ue.datasource.url= jdbc:postgresql://192.168.138.200:5433/qiyewechat
|
|
|
-spring.ue.datasource.username= dbuserpg
|
|
|
-spring.ue.datasource.password= postgres#360lj.com@2019@#
|
|
|
+spring.ue.datasource.url= jdbc:postgresql://localhost:5433/qiyewechat
|
|
|
+spring.ue.datasource.username= dbuser
|
|
|
+spring.ue.datasource.password= postgres#lj360.com@2019@#
|
|
|
|
|
|
# quartz
|
|
|
spring.quartz.properties.org.quartz.scheduler.instanceName = clusteredScheduler
|