|
@@ -183,6 +183,22 @@ spring:
|
|
|
host: 127.0.0.1
|
|
|
port: 6379
|
|
|
password:
|
|
|
+ # rabbit mq配置
|
|
|
+ rabbitmq:
|
|
|
+ host: rabbit-mq.v3.adwebcloud.com
|
|
|
+ username: admin
|
|
|
+ password: Initial0
|
|
|
+ port: 5672
|
|
|
+ publisher-confirms: true
|
|
|
+ publisher-returns: true
|
|
|
+ virtual-host: /adweb
|
|
|
+ listener:
|
|
|
+ simple:
|
|
|
+ acknowledge-mode: manual
|
|
|
+ concurrency: 1
|
|
|
+ max-concurrency: 1
|
|
|
+ retry:
|
|
|
+ enabled: true
|
|
|
#mybatis plus 设置
|
|
|
mybatis-plus:
|
|
|
mapper-locations: classpath*:org/jeecg/**/xml/*Mapper.xml
|