@TestPropertySource 多环境下的使用

代码中配置

@TestPropertySource(value = {"classpath:${env}/aa.properties", "classpath:${env}/bb.properties"})

idea中使用

image.png

maven 命令行

 mvn -Denv=test1 clean install 

你可能感兴趣的:(@TestPropertySource 多环境下的使用)