如何创建 Map<String, List<String>>
属性文件中可以使用spring的@value注入的属性?
属性java文件中的示例代码段
@PropertySource({"file:salesforce-service.properties"})
public class Properties {
@Value("#{${student.hobbies}}")
private Map<String, List<String>> hobbies;
}
如何创建 Map<String, List<String>>
属性文件中可以使用spring的@value注入的属性?
属性java文件中的示例代码段
@PropertySource({"file:salesforce-service.properties"})
public class Properties {
@Value("#{${student.hobbies}}")
private Map<String, List<String>> hobbies;
}
1条答案
按热度按时间j1dl9f461#
以下是属性文件中的答案和示例代码段:
参考文献:https://stackabuse.com/the-value-annotation-in-spring/ 第-->节注入Map