5 lines
133 B
Properties
5 lines
133 B
Properties
#激活application-test文件(测试环境)
|
|
#spring.profiles.active=test
|
|
|
|
#激活application-prod文件(生产环境)
|
|
spring.profiles.active=test |