您的位置: 首页 > 文章 > SpringBoot:@ConfigurationProperties与@Value区别 SpringBoot:@ConfigurationProperties与@Value区别 分类: 文章 • 2024-11-03 15:14:47 对Person.java做以下修改 运行 3. @Value获取值和@ConfigurationProperties获取值比较 @ConfigurationProperties独特之处 松散命名 JSR303数据校验 实战 将Person.java中的注入全部注释 新建controller.HelloController 运行程序