|
@@ -10,14 +10,14 @@ spring:
|
|
|
password: ${blade.datasource.customer.prod.password}
|
|
|
# rabbitmq的相关配置
|
|
|
rabbitmq:
|
|
|
- host: 139.159.200.162
|
|
|
- port: 5672
|
|
|
- username: fjhx
|
|
|
- password: fjhx2012
|
|
|
+ host: ${blade.rabbitmq.host}
|
|
|
+ port: ${blade.rabbitmq.port}
|
|
|
+ username: ${blade.rabbitmq.username}
|
|
|
+ password: ${blade.rabbitmq.password}
|
|
|
+ virtual-host: ${blade.rabbitmq.virtual-host}
|
|
|
+
|
|
|
publisher-confirm-type: correlated
|
|
|
publisher-returns: true
|
|
|
- # 虚拟机
|
|
|
- virtual-host: /hx-yf
|
|
|
# 缓存相关配置
|
|
|
cache:
|
|
|
# 缓存超时时间(单位:秒)
|