spring boot 打war包 部署tomcat后执行两次bug


tomcat conf目录下的server.xml appBase 配置上下文Context

设置:autoDeploy="false" deployOnStartup="false",

原来:

修改后:

相关