在Spring Boot中使用特定配置文件打包

时间:2016-04-13 14:13:23

标签: maven spring-boot spring-profiles

我想为特定的个人资料打包war。这可能吗?我的pom.xml已正确配置为打包war个文件,我将应用程序包装为

mvn clean package 

但是,我不知道如何在此命令中提供Spring配置文件。

谢谢,任何帮助将不胜感激。

1 个答案:

答案 0 :(得分:0)

我不完全明白为什么?如果您要查找的应用程序始终以某个配置文件开头,请将application.properties修改为spring.profiles.default=<specific profile>