Spring Boot的特性: 以编程方式设置profiles

Posted MrAit

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring Boot的特性: 以编程方式设置profiles相关的知识,希望对你有一定的参考价值。

[

25.2.以编程方式设置profiles

在应用运行前,你可以通过调用SpringApplication.setAdditionalProfiles(…)方法,以编程的方式设置激活的配置,也可以使用Spring的ConfigurableEnvironment接口激活配置(profiles)。

25.3. Profile-specific配置文件

Profile-specific的配置,不管是application.properties(或application.yml),还是通过@ConfigurationProperties引用的文件都是被当作文件来加载的,具体参考?24.3章节, “Profile specific properties”。

?

本文来自:Spring Boot的特性: 以编程方式设置profiles

]
转载请保留页面地址:https://www.breakyizhan.com/springboot/3310.html

以上是关于Spring Boot的特性: 以编程方式设置profiles的主要内容,如果未能解决你的问题,请参考以下文章

如果我们在Spring Boot中以编程方式配置数据源,spring boot数据源属性是否有效

如何使用 Spring Boot 以编程方式确定当前的活动配置文件 [重复]

如何使用 Spring Boot 以编程方式确定当前的活动配置文件 [重复]

如何使用 Spring Boot 以编程方式确定当前的活动配置文件 [重复]

以编程方式重新启动 Spring Boot 应用程序/刷新 Spring 上下文

使用 spring-boot 以编程方式添加另一个属性资源配置器