一,在main方法所在的类忘记添加@SpringBootApplication 二,查看启动模块,是否添加以下包。切记以下包不能排除内置tomcat的依赖,否则启动将会出现上面的错误 1 2 3 4 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency>