摘要: springboot中yml配置注入一般使用@Value注解可注入String类型数据,比如:@Value("${config}")String stringConfig;即可注入属性,而注入list使用此方法则... 阅读全文
posted @ 2019-10-31 21:11 Java学习乐园 阅读(93) 评论(0) 推荐(0)