Commit 59c081185ea13b07136c80a4a4ed2ce0165e480b

Authored by 刘岱鹏
1 parent 0efa4a19

添加钉钉配置

Showing 1 changed file with 10 additions and 0 deletions
user-service.yml
@@ -196,6 +196,16 @@ spring: @@ -196,6 +196,16 @@ spring:
196 sentinel: 196 sentinel:
197 master: mymaster1 197 master: mymaster1
198 nodes: redis1:16379,redis2:16379 198 nodes: redis1:16379,redis2:16379
  199 +
  200 + activemq:
  201 + broker-url: failover:(tcp://mqserver:61616)?initialReconnectDelay=100 #ActiveMQ use static transport for broker clusters. multicast discovery for broker clusters, JmsListener cannot auto receive messages from some ActiveMQ servers
  202 + inMemory: true
  203 + pool:
  204 + enabled: true
  205 + max-connections: 5
  206 + idle-timeout: 30000
  207 + expiry-timeout: 0
  208 +
199 209
200 mybatis: 210 mybatis:
201 mapperLocations: classpath:/mybatis/*.xml 211 mapperLocations: classpath:/mybatis/*.xml