springboot 将yaml属性注入转为list

@Value("#{'${a.b}'.split(',')}")
private List<String> testList;

你可能感兴趣的:(后端,springboot,yaml,value,属性注入)