Spring Boot 多环境配置
程序员文章站
2022-06-13 19:07:20
...
Spring Boot 多环境配置
在application.properties配置
spring.profiles.active=dev
application-dev.properties:开发环境
application-test.properties:测试环境
application-prod.properties:生产环境
然后建立一个application-dev.properties
我们现在来获取一下name的值
测试看看:
上一篇: win2003 服务器设置完全简洁版
推荐阅读