gpt4 book ai didi

java - 如何在没有PropertySource的情况下加载Spring Boot application.properties

转载 作者:行者123 更新时间:2023-11-30 06:07:17 26 4
gpt4 key购买 nike

我正在构建一个可以使用/不使用 Spring 的框架。所以,我不能使用@PropertySource注释。

考虑到所有可能的变化,我如何才能准确地知道 application.properties 路径。例如,用户使用 --spring.config.location 更改了默认路径

是否有任何 Spring 运行时变量可以获取此路径?

最佳答案

只需注入(inject)环境

@Autowired
private Environment environment;

它创建了一个 propertySourceList,其中包含所有属性源:)

也许这对您来说也很有趣:

关于java - 如何在没有PropertySource的情况下加载Spring Boot application.properties,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51047760/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com