I want to read a bunch of text files, by loading them as resources using the context classloader.
URL url = Thread.currentThread() .getContextCla
Just use:
@Value("classpath:folder/*.xml") Resource[] resources;