springboot tomcat問題
為什么我一加上spring-boot-starter-tomcat就報下面錯誤,去掉就正常運行
Unable to start embedded container; nested exception is org.springframework.context.ApplicationContextException: Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContainerFactory bean.
2018-04-30
你為什么要加上去,springBoot自帶集成有Tomcat