Spring Boot 5-profile配置

Posted zengpingtang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring Boot 5-profile配置相关的知识,希望对你有一定的参考价值。

profile配置
profile是spring用来针对不同的环境对应不同的配置提供支持。
application-{profile}.yml
例如
application-dev.yml --测试环境
application-prod.yml --生产环境
application-uat.yml --客户测试环境

application.yml里添加
spring:
  profiles:
    active:
    - dev

 

以上是关于Spring Boot 5-profile配置的主要内容,如果未能解决你的问题,请参考以下文章

Spring boot将配置属性注入到bean类中

spring boot 读取配置文件的方式

Java基础十Spring Boot /Spring Cloud

134. Spring Boot MyBatis升级篇-注解

Spring Boot实战演练Demo

Spring Boot实战演练Demo