Application run failed

Springboot可以用spring-boot:run启动,但是不能用mainApplication启动.

解决:


   org.apache.tomcat.embed
   tomcat-embed-jasper
   compile

你可能感兴趣的:(springboot)