Framework & Platform/Spring
spring - Get a file under WEB-INF using Spring(web-inf access)
linuxism
2014. 7. 24. 14:39
Get a file under WEB-INF using Spring
Try:
<value>classpath:WEB-INF/classes/myFile.foo</value>
or
<value>classpath:myFile.foo</value>
source - http://stackoverflow.com/questions/8464790/get-a-file-under-web-inf-using-spring