1 很简单,直接鼠标右击项目,run启动项目
2 项目目录下的命令行 mvn spring-boot:run
或者 gradlew bootRun
3 进入libs下或者target下 java -jar xxx.jar