@TestPropertySource|@TestPropertySource 多环境下的使用

代码中配置

@TestPropertySource(value = https://www.it610.com/article/{"classpath:${env}/aa.properties", "classpath:${env}/bb.properties"})

idea中使用 @TestPropertySource|@TestPropertySource 多环境下的使用
文章图片
image.png maven 命令行
mvn -Denv=test1 clean install

    推荐阅读