一:IDE运行应用程序这个类的主要方法 二:在springboot的应用的根目录下运行mvn spring-boot:run 三:使用mvn install生成jar后运行 先到项目根目录 mvn install cd target java -jar xxxx.jar 1234