使用springboot创建项目启动后停止的问题
一、项目没有成为一个web项目
在pom配置文件中加入
org.springframework.boot spring-boot-starter-web
二、启动路径问题
运行的文件是...Application文件,不是...Test文件

使用springboot创建项目启动后停止的问题
一、项目没有成为一个web项目
在pom配置文件中加入
org.springframework.boot spring-boot-starter-web
二、启动路径问题
运行的文件是...Application文件,不是...Test文件