Commit 73efb3b2 by 张勇

去掉rabbit MQ配置

parent 7846a78f
...@@ -6,18 +6,18 @@ redis: ...@@ -6,18 +6,18 @@ redis:
expiration: 3600 expiration: 3600
# datasoure默认使用JDBC # datasoure默认使用JDBC
spring: #spring:
rabbitmq: #rabbitmq:
host: 192.168.1.83 #host: 192.168.1.83
port: 5672 #port: 5672
username: zzq223 #username: zzq223
password: 222222 #password: 222222
zipkin: #zipkin:
rabbitmq: #rabbitmq:
queue: zipkin #queue: zipkin
sleuth: #sleuth:
sampler: #sampler:
percentage: 1.0 #percentage: 1.0
# 分库分表支持 # 分库分表支持
sharding: sharding:
......
...@@ -6,18 +6,18 @@ redis: ...@@ -6,18 +6,18 @@ redis:
expiration: 3600 expiration: 3600
# datasoure默认使用JDBC # datasoure默认使用JDBC
spring: #spring:
rabbitmq: #rabbitmq:
host: 192.168.1.83 #host: 192.168.1.83
port: 5672 #port: 5672
username: zzq223 #username: zzq223
password: 222222 #password: 222222
zipkin: #zipkin:
rabbitmq: #rabbitmq:
queue: zipkin #queue: zipkin
sleuth: #sleuth:
sampler: #sampler:
percentage: 1.0 #percentage: 1.0
# 分库分表支持 # 分库分表支持
sharding: sharding:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment