Commit 119096cf by jianshuqin

增加MQ配置

parent 7f3b0c3d
...@@ -10,6 +10,17 @@ spring: ...@@ -10,6 +10,17 @@ spring:
driver-class-name: com.mysql.jdbc.Driver driver-class-name: com.mysql.jdbc.Driver
main: main:
allow-bean-definition-overriding: true allow-bean-definition-overriding: true
rabbitmq:
host: 111.230.164.154
port: 5672
username: bailun
password: 1234abcd
template:
mandatory: true
publisher-confirms: true
publisher-returns: true
queue:
isAck: true
#mybatis plus 配置 #mybatis plus 配置
mybatis-plus: mybatis-plus:
......
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