1、properties配置文件在idea中默认utf-8可能会乱码

#server.port=8081

#idea,properties配置文件utf-8
#person配置
persoon.last-name=张三
person.age=22
person.birth=2019/7/16
person.boss=false
person.maps.k1=v1
person.maps.k2=14
person.lists=a,b,c
person.dog.name=dog
person.dog.age=22

springboot配置文件——properties配置_springboot学习
启动测试类
springboot配置文件——properties配置_springboot学习_02
发现姓名为 null
springboot配置文件——properties配置_springboot学习_03
配置idea编码格式
springboot配置文件——properties配置_springboot学习_04
启动测试类
springboot配置文件——properties配置_springboot学习_05