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

master
x_z 2 years ago
parent 32721b8f22
commit f075e95181

@ -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