springboot的三种启动方式

1 ) run application   2 )  mvn spring-boot:run   3 ) 先编译 mvn install 然后执行 java -jar demo-0.0.1-SNAPSHOT.jar   或者
相关文章
相关标签/搜索