springboot的三种启动方式
Posted 花儿为何那样红
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot的三种启动方式相关的知识,希望对你有一定的参考价值。
一:IDE 运行Application这个类的main方法
二:在springboot的应用的根目录下运行mvn spring-boot:run
三:使用mvn install 生成jar后运行
先到项目根目录
mvn install
cd target
java -jar xxxx.jar
以上是关于springboot的三种启动方式的主要内容,如果未能解决你的问题,请参考以下文章