【JAVA】springboot多环境打包

1. 上图,目录结构 2. pom.xml  <profiles> <!-- 系统环境切换 dev为开发环境配置, test为测试环境配置,pro为生产环境配置 --> <profile> <id>test</id> <properties> <env>test</env>
相关文章
相关标签/搜索