SpringBoot yml配置文件为变量赋值
1. 创建person类和Car类,并在person类上加注释@ConfigurationProperties(prefix = "person"),表明这个类的成员变量的值从配置类注入。注意这里的person类的成员变量需要有get/set方法。import org.springframework.boot.context.properties.ConfigurationProp...