1.关闭jmx,修复测试环境下tomcat多服务无法成功启动问题

master
x_z 2 years ago
parent 44941fb089
commit ab39ecfcad

@ -1,8 +1,8 @@
spring: spring:
profiles: profiles:
active: dev active: pro
jmx: jmx:
enabled: true enabled: false
mybatis-plus: mybatis-plus:
mapper-locations: classpath:mybatis/mapper/*/*.xml mapper-locations: classpath:mybatis/mapper/*/*.xml

Loading…
Cancel
Save