Maven打包不一样环境(PRD、UAT、SIT)的配置文件

一、建立指定目录html   src/main/resources/uat 目录下properties是验证环境的配置文件java src/main/resources/prd 目录下properties是生产环境的配置文件apache   二、pom.xml内配置profilesmaven   <profiles> <!-- <profile> <id>dev</id>
相关文章
相关标签/搜索