|
@@ -1,14 +1,13 @@
|
|
-#应用名
|
|
|
|
-spring.application.name=4dkankan-user
|
|
|
|
|
|
+
|
|
#注册中心
|
|
#注册中心
|
|
-spring.cloud.nacos.discovery.server-addr=10.71.5.163:80
|
|
|
|
|
|
+spring.cloud.nacos.discovery.server-addr=127.0.0.1:80
|
|
|
|
|
|
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
|
|
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
#spring.datasource.driver-class-name=com.mysql.jdbc.Driver
|
|
#spring.datasource.driver-class-name=com.mysql.jdbc.Driver
|
|
-spring.datasource.druid.url=jdbc:mysql://10.71.184.146:3306/db_4dkankan?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8
|
|
|
|
-spring.datasource.druid.username=user_4dkankan_rw
|
|
|
|
-spring.datasource.druid.password=y2b9a42wRwGNKkJjCm1o
|
|
|
|
|
|
+spring.datasource.druid.url=jdbc:mysql://127.0.0.1:3306/db_4dkankan?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8
|
|
|
|
+spring.datasource.username=root
|
|
|
|
+spring.datasource.password=4DAGE168!a
|
|
|
|
|
|
|
|
|
|
spring.datasource.druid.initial-size=5
|
|
spring.datasource.druid.initial-size=5
|
|
@@ -27,10 +26,10 @@ spring.datasource.druid.stat-view-servlet.enabled=true
|
|
|
|
|
|
#logging.file=log/xiaoan.log
|
|
#logging.file=log/xiaoan.log
|
|
|
|
|
|
-spring.redis.cluster.nodes=10.71.184.237:7000,10.71.184.181:7000,10.71.184.217:7000,10.71.184.188:7000,10.71.184.222:7000,10.71.184.200:7000
|
|
|
|
|
|
+spring.redis.cluster.nodes=10.1.152.54:6379
|
|
spring.redis.database=0
|
|
spring.redis.database=0
|
|
-spring.redis.password=QBzhHTxfcYLTs0n5J5VQ
|
|
|
|
-spring.redis.timeout=3000ms
|
|
|
|
|
|
+spring.redis.password=
|
|
|
|
+spring.redis.timeout=5000ms
|
|
spring.redis.jedis.pool.max-idle=8
|
|
spring.redis.jedis.pool.max-idle=8
|
|
spring.redis.jedis.pool.min-idle=0
|
|
spring.redis.jedis.pool.min-idle=0
|
|
spring.redis.jedis.pool.max-active=8
|
|
spring.redis.jedis.pool.max-active=8
|