美文网首页
Spring boot的几种启动方式

Spring boot的几种启动方式

作者: 秋燕归 | 来源:发表于2018-06-25 10:39 被阅读7次

    1.idea中右击@SpringBootApplication标注的类运行
    2.命令行切换到工程目录下,mvn spring-boot:run
    3.命令行切换到工程目录下,mvn install编译项目,然后切换到target目录下,java -jar xxxx-0.0.1-SNAPSHOT.jar

    相关文章

      网友评论

          本文标题:Spring boot的几种启动方式

          本文链接:https://www.haomeiwen.com/subject/csweyftx.html