master
赵嘉伟 3 years ago
parent 376ca67464
commit 3d897190c4

@ -39,7 +39,16 @@ spring:
slow-sql-millis: 100 slow-sql-millis: 100
activemq: activemq:
enabled: false 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 password: admin
user: admin user: admin
pool: pool:

@ -16,6 +16,15 @@ spring:
enabled: true enabled: true
max-connections: 10 max-connections: 10
#发送消息
activemq:
brokerUrl: tcp://172.16.251.164:61616?wireFormat.maxInactivityDuration=0
password: admin
user: admin
pool:
enabled: true
max-connections: 10
#WebService #WebService
ws: ws:
erp: erp:

@ -9,7 +9,16 @@ spring:
jndi-name: jdbc/jts/wipPool jndi-name: jdbc/jts/wipPool
activemq: activemq:
enabled: false enabled: false
brokerUrl: tcp://121.36.58.109:61616?wireFormat.maxInactivityDuration=0 brokerUrl: tcp://172.16.251.133:61616?wireFormat.maxInactivityDuration=0
password: admin
user: admin
pool:
enabled: true
max-connections: 10
#发送消息
activemq:
brokerUrl: tcp://172.16.251.133:61616?wireFormat.maxInactivityDuration=0
password: admin password: admin
user: admin user: admin
pool: pool:

Loading…
Cancel
Save