Commit 2d42d49ecd075cbbd808ddcbed17ee9ff0594244
1 parent
64cc3aa4
调整配置
Showing
1 changed file
with
1 additions
and
10 deletions
class-service.yml
| ... | ... | @@ -67,16 +67,7 @@ spring: |
| 67 | 67 | sentinel: |
| 68 | 68 | master: mymaster1 |
| 69 | 69 | nodes: redis-server:16379,redis-server:16379 |
| 70 | - jms: | |
| 71 | - brokerUrl: tcp://mqserver:61616 | |
| 72 | - consumer: | |
| 73 | - concurrentConsumers: 5 | |
| 74 | - maxConcurrentConsumers: 10 | |
| 75 | - pool: | |
| 76 | - maxConnections: 10 | |
| 77 | - maximumActiveSessionPerConnection: 100 | |
| 78 | - idleTimeout: 60000 | |
| 79 | - createConnectionOnStartup: false | |
| 70 | + | |
| 80 | 71 | |
| 81 | 72 | mybatis: |
| 82 | 73 | mapperLocations: classpath:/mybatis/*.xml | ... | ... |