|
@@ -1,6 +1,6 @@
|
|
|
-datasource.url=jdbc:mysql://10.10.100.18:3306/sso?characterEncoding=utf-8
|
|
|
-datasource.username=root
|
|
|
-datasource.password=select
|
|
|
+datasource.url=jdbc:mysql://127.0.0.1:3306/sso?characterEncoding=utf-8
|
|
|
+datasource.username=sso
|
|
|
+datasource.password=sso2020yourkj
|
|
|
datasource.driverClassName=com.mysql.jdbc.Driver
|
|
|
datasource.initialSize=1
|
|
|
datasource.minIdle=1
|
|
@@ -18,13 +18,11 @@ datasource.maxPoolPreparedStatementPerConnectionSize=20
|
|
|
datasource.filters=stat,slf4j
|
|
|
datasource.connectionProperties=druid.stat.mergeSql=false;druid.stat.slowSqlMillis=5000
|
|
|
|
|
|
-spring.redis.host=10.10.100.200
|
|
|
+spring.redis.host=127.0.0.1
|
|
|
spring.redis.port=6379
|
|
|
|
|
|
-message.url = http://10.10.100.136:8080/
|
|
|
-
|
|
|
+message.url = http://message.ubtob.com/
|
|
|
file.url = http://10.10.100.200:9999/
|
|
|
-
|
|
|
zk.url=zookeeper://10.10.100.11:2181
|
|
|
|
|
|
#ͬ²½api Ç©ÃûÃØÔ¿
|