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


Posted by linuxism
,