使用 run as --> maven build 在Goals: 输入 clean package -Ptest 打包时项目自动把 conf/test 目录下config.properties文件拷贝到server.war包中 WEB-INF/classes 目录 下。
pom.xml 文件:
4.0.0 org.springframework.samples.service.service test 0.0.1-SNAPSHOT war dev conf/dev true test conf/test prod conf/prod server src maven-compiler-plugin 3.3 org.apache.maven.plugins maven-war-plugin 2.1.1 false server src/main/resources/${package.environment} WEB-INF/classes true src true **/*.properties