快速使用springboot知识点

一:启动方式:     1.进入项目目录下(举例在 test下的demo.jar,配置文件为application-prod.yml)             maven install              java - jar /test/demo.jar  或者可以指定配置文件 java -jar /test/demo.jar --spring.profiles.active=prod
相关文章
相关标签/搜索