带配置服务器的Spring Boot @ConfigurationProperties?

时间:2018-02-16 22:53:48

标签: java spring-boot configuration

有很多关于如何使用@ConfigurationProperties和@PropertySource的示例,其中configs位于.properties或.yml文件中。如何更改代码以便使用配置服务器?我的代码目前在每个变量上与@Value一起正常工作,但在切换到类的@ConfigurationProperties时没有。

1 个答案:

答案 0 :(得分:2)

可以通过将Spring Boot的版本号增加到大于或等于2.0.3来解决。 Spring Cloud中的问题跟踪器揭示了如何解决它。

https://github.com/spring-cloud/spring-cloud-commons/issues/328