标签:方法 logs highlight key private blog str value 配置
如下方式使用Spring EL
@Value("#{‘${my.list.of.strings}‘.split(‘,‘)}") private List<String> myList;
然后在.properties中这样配置
my.list.of.strings=A , B , C , D
Spring获取properties中同一个key对应的多条value的方法
标签:方法 logs highlight key private blog str value 配置
原文地址:http://www.cnblogs.com/taojintianxia/p/6698923.html