|
|
|
@ -39,13 +39,22 @@ spring:
|
|
|
|
|
slow-sql-millis: 100
|
|
|
|
|
activemq:
|
|
|
|
|
enabled: false
|
|
|
|
|
brokerUrl: tcp://121.36.58.109:61616?wireFormat.maxInactivityDuration=0
|
|
|
|
|
brokerUrl: tcp://localhost:61616?wireFormat.maxInactivityDuration=0
|
|
|
|
|
password: admin
|
|
|
|
|
user: admin
|
|
|
|
|
pool:
|
|
|
|
|
enabled: true
|
|
|
|
|
max-connections: 10
|
|
|
|
|
|
|
|
|
|
#发送消息
|
|
|
|
|
activemq:
|
|
|
|
|
brokerUrl: tcp://localhost:61616?wireFormat.maxInactivityDuration=0
|
|
|
|
|
password: admin
|
|
|
|
|
user: admin
|
|
|
|
|
pool:
|
|
|
|
|
enabled: true
|
|
|
|
|
max-connections: 10
|
|
|
|
|
|
|
|
|
|
#WebService
|
|
|
|
|
ws:
|
|
|
|
|
erp:
|
|
|
|
|