网站首页 站内搜索

搜索结果

查询Tags标签: EnableConfigurationPropertie,共有 2条记录
  • @ConfigurationProperties注解

    使用方式 1. @Component+@ConfigurationProperties 需要实现set/get方法 @ConfigurationProperties(prefix = "car") @Component public class Car {private String name;private Integer price;private Pet pet;// standard getters and setters }2. @EnableC…

    2022/1/3 23:10:17 人评论 次浏览
  • @ConfigurationProperties注解

    使用方式 1. @Component+@ConfigurationProperties 需要实现set/get方法 @ConfigurationProperties(prefix = "car") @Component public class Car {private String name;private Integer price;private Pet pet;// standard getters and setters }2. @EnableC…

    2022/1/3 23:10:17 人评论 次浏览
扫一扫关注最新编程教程