SpringBoot 配置绑定配置@ConfigurationProperties@Value@PropertySource@Value 和 @ConfigurationProperties 的区别
文章目录配置@ConfigurationProperties@Value@PropertySource@Value 和 @ConfigurationProperties 的区别配置配置文件:person: lastName: 张三 age: 18 ...@ConfigurationProperties1.说明 :JavaBean 和配置文件的对应。...@Component@ConfigurationProperties(prefix = "person")public