Spring Boot的特性: 以编程方式设置profiles
2021-04-27 14:28
阅读:461
在应用运行前,你可以通过调用 Profile-specific的配置,不管是25.2.以编程方式设置profiles
SpringApplication.setAdditionalProfiles(…)
方法,以编程的方式设置激活的配置,也可以使用Spring的ConfigurableEnvironment
接口激活配置(profiles)。25.3. Profile-specific配置文件
application.properties
(或application.yml
),还是通过@ConfigurationProperties
引用的文件都是被当作文件来加载的,具体参考?24.3章节, “Profile specific properties”。
下一篇:python如何调用C语言程序
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:Spring Boot的特性: 以编程方式设置profiles
文章链接:http://soscw.com/index.php/essay/80023.html
文章标题:Spring Boot的特性: 以编程方式设置profiles
文章链接:http://soscw.com/index.php/essay/80023.html
评论
亲,登录后才可以留言!