spring boot笔记

mac2022-06-30  18

spring boot的三种启动方式:

1. ide: run as

2. mvn spring-boot:run

3. mvn install

  cd target 

  java -jar xxx.jar

 

转载于:https://www.cnblogs.com/liuzhipeng/p/7581616.html

相关资源:SpringBoot笔记-上篇.pdf
最新回复(0)