gpt4 book ai didi

java - 不使用@Autowire获取ConfigurationProperties的实例

转载 作者:行者123 更新时间:2023-12-02 01:28:15 25 4
gpt4 key购买 nike

有没有办法通过不使用@Autowire注释,而是通过提供前缀来获取使用@ConfigurationProperties注释的bean >?

我有这个约束注释,我在其中传递有助于做出验证相关决策的属性名称。通过知道属性的完全限定名称,我想检查该键的值

最佳答案

By knowing the fully qualified name of the property, I would like to check out the value of that key

然后去获取属性(property):

@Autowired
private Environment env;

// method here
String value = this.env.getProperty(propName);

关于java - 不使用@Autowire获取ConfigurationProperties的实例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56531965/

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