A daily record 8.7

tomcat into multiple spring boot project

Sometimes we developed spring boot project, will multiple spring boot project into a tomcat, when we start tomcat will find the error:

java.lang.IllegalStateException: Error starting child

This is what we need to add in spring boot configuration file,

spring.jmx.enabled=false

After joining the repackaging, restart tomcat

 

Guess you like

Origin www.cnblogs.com/sunshine-2018/p/11313036.html