springboot指定配置文件
1:新建配置文件 application-dev.yml
2:新建配置文件 application-test.yml
3:编辑配置文件 application.yml
内容:代表使用application-test.yml文件
spring:
profiles:
active: test
结构

1:新建配置文件 application-dev.yml
2:新建配置文件 application-test.yml
3:编辑配置文件 application.yml
内容:代表使用application-test.yml文件
spring:
profiles:
active: test
结构
