读取yml配置信息 @Value("${province}") private String province; @Value("${user.sname}") private String name1; @...