@@ -1,5 +1,8 @@
dubbo:
+ protocol:
+ host: 127.0.0.1
registry:
+ group: dubbo
address: zookeeper://127.0.0.1:2181
spring:
cloud:
@@ -6,11 +6,12 @@ spring:
discovery:
enabled: true
- redis:
- database: 0
- host: 192.168.0.209
- port: 6379
- password: Test@123456
+ data:
+ redis:
+ database: 0
+ host: 192.168.0.209
+ port: 6379
+ password: Test@123456
rabbitmq:
host: 192.168.0.209
port: 5672
datasource:
url: jdbc:mysql://192.168.0.209/tnb_content_tdb?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
username: test