关与 @EnableConfigurationProperties 注解
2019-11-05 16:01:56来源:博客园 阅读 ()
关与 @EnableConfigurationProperties 注解
@EnableConfigurationProperties注解的作用是:
让使用 @ConfigurationProperties 注解的类生效。
当@EnableConfigurationProperties
注解应用到你的@Configuration
时, 任何被@ConfigurationProperties
注解的beans将自动被Environment属性配置。 这种风格的配置特别适合与SpringApplication的外部YAML配置进行配合使用。
application.yml配置文件
userbody: name: 测试 password: 123456 birthday: 1992.10.28 mobile: 138027897343 address: 北京市西城区
实体类:
@ConfigurationProperties(prefix = "user") @Data @NoArgsConstructor @AllArgsConstructor public class User { private Long id; private String age; private String name; private String password; private String birthday; private String mobile; private String address; }
Controller层上:
@EnableConfigurationProperties({User.class})
对应实体类User
原文链接:https://www.cnblogs.com/crazy-lc/p/11801050.html
如有疑问请与原作者联系
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash