Maven Profile 实战

Maven Profile 实战

项目地址

https://gitee.com/giteehuan/demo

项目结构图

image-20210416152042899

效果:运行和打包的时候可以方便的选择环境

运行的时候切换环境

image-20210416152659872

image-20210416152710204

image-20210416152719478

打包的时候切换环境

image-20210416152932125

配置过程

step 1 配置 3 个 profile

image-20210416153503893

step 2 配置 Maven 编译和打包资源过滤规则

image-20210416154701919

step 3 运行 Maven 命令,检查是否动态替换

mvn clean install -Dmaven.test.skip=true -DprofileActive=prod

生效后的效果图:

image-20210416154614048

posted @ 2021-04-16 16:09  1easycoder  阅读(51)  评论(0)    收藏  举报