- yml文件
- server:
- port: 8081
- #使用的环境
- spring:
- profiles:
- advice: test
- ---
- server:
- port: 8082
- spring:
- profiles: test #配置环境的名称:test
- ---
- server:
- port: 8083
- spring:
- profiles: dev #配置环境的名称:dev
- ---
相关文章
- 04-13Spring Boot 2.4版本前后的分组配置变化及对多环境配置结构的影响
- 04-13SpringBoot的多环境配置
- 04-134.3 多环境配置及切换
- 04-13搭建环境配置的文件之一(切换环境使用)
- 04-13SpringBoot学习笔记(3)----SpringBoot的profile多环境配置
- 04-13使用单独Tomcat部署Spring boot应用时的多配置文件切换
- 04-13Maven Profiles 多环境配置(开发、测试、生产)
- 04-13SpringBoot多环境配置,旧的已过时,新的有人还不知道
- 04-13SpringBoot - 不同配置文件位置 + 多环境配置
- 04-13springboot通过properties实现多个数据库环境自动切换配置