shuiuigee opened a new issue, #10539: URL: https://github.com/apache/dubbo/issues/10539
版本2.7.17的DubboConfigurationProperties属性绑定时, 1. 先执行了org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor,绑定的是系统环境变量中的值; 2. 然后又执行了com.alibaba.spring.beans.factory.annotation.ConfigurationBeanBindingPostProcessor,使用了application.yaml中的配置覆盖了前一次的属性绑定。 但是SpringBoot的配置是系统环境变量的优先级大于工程里的application.yaml,版本2.7.17里这样处理逻辑是不是有问题呢? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
