Spring Boot application gives 404 when deployed to Tomcat but works with embedded server

后端 未结 3 990
温柔的废话
温柔的废话 2021-01-31 08:50

Guided by Serving Web Content with Spring MVC, I\'m creating a Spring Boot web application that I can run using both the embedded Tomcat instance as well as on a standalone Tomc

3条回答
  •  猫巷女王i
    2021-01-31 09:16

    In case anyone having same problem while using sprint boot in the IntelliJ community edition. You just need to put your main class in the main package (com.xyx) don't put it in any subpackage which is created inside com.xyx.

提交回复
热议问题