Spring Boot @ConfigurationProperties 注解的使用方法以及与 @Value 的区别

参考资料:

1、Spring Boot 之 @ConfigurationProperties
https://blog.csdn.net/u013725455/article/details/79352459

2、spring-boot @ConfigurationProperties脑洞真大
https://blog.csdn.net/guduyishuai/article/details/70879952

3、@Value can reads, but @ConfigurationProperties can’t
https://stackoverflow.com/questions/48023112/value-can-reads-but-configurationproperties-cant#

4、spring boot 通过@Value,@ConfigurationProperties获取配置
https://blog.csdn.net/oo570741825/article/details/77477373

5、@ConfigurationProperties注解与@Value注解区别
https://jingyan.baidu.com/article/63f2362879b03b0208ab3d32.html


猜你喜欢

转载自blog.csdn.net/heatdeath/article/details/80211186