@ConfigurationProperties注解@ConfigurationProperties注解
@ConfigurationProperties注解@ConfigurationProperties为Springboot中的一个注解,用于绑定实体类与配置文件(yaml)。基本使用其基本使用方式如下:@Component@ConfigurationProperties(prefix = "person") //使用yaml,springboot配置,将实体类与配置绑定@Data@NoArgsConstructor@AllArgsConstructorpublic clas