|
|
@@ -34,7 +34,7 @@ spring:
|
|
|
connection-test-query: SELECT 1
|
|
|
url: jdbc:mysql://192.168.0.209/tnb_account_tdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
|
|
|
username: test
|
|
|
- password: Test@123456
|
|
|
+ password: Test_123456
|
|
|
cloud:
|
|
|
discovery:
|
|
|
enabled: true
|
|
|
@@ -42,13 +42,13 @@ spring:
|
|
|
discovery:
|
|
|
server-addr: 192.168.0.209:8848
|
|
|
username: nacos
|
|
|
- password: E4B2M7W8Dx
|
|
|
+ password: Test_123456
|
|
|
data:
|
|
|
redis:
|
|
|
database: 0
|
|
|
host: 192.168.0.209
|
|
|
port: 6379
|
|
|
- password: Test@123456
|
|
|
+ password: Test_123456
|
|
|
mybatis:
|
|
|
configuration:
|
|
|
map-underscore-to-camel-case: true
|