我正在开发 spring boot 应用程序,我想像这样注入资源集合:
@Value("${app.users-location}") Collection<Resource> csvResources;
我在里面application.properties
写了以下内容:
app.users-location=/feed/*.csv
但它没有按预期工作:
对于那种情况,我希望看到 Collection of 5 elements of type Resource
。
我怎样才能实现它?
千万里不及你
慕工程0101907
幕布斯7119047
相关分类