启动Springboot项目maven命令

1 mvn clean compile,将项目重新编译

2 mvn install,打包

3 mvn spring-boot:run,启动项目

4 mvn package,打成war包

你可能感兴趣的:(SpringBoot)