SpringBoot--properties配置、@Valuehe @ConfigurationProperties对比、配置文件注入值数据校验
properties配置示例:#idea的properties配置文件默认为utf-8编码person.last-name=张三person.age=18person.birth=2017/12/15person.boss=falseperson.map.k1=v1person.map.k2=14person.lists=a,b,cperson.dog.name=dogperson.dog.age