spring - Get a file under WEB-INF using Spring(web-inf access)
Framework & Platform/Spring 2014. 7. 24. 14:39Get 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
'Framework & Platform > Spring' 카테고리의 다른 글
| spring data - jpa insert (0) | 2014.08.24 |
|---|---|
| spring data - redis example (0) | 2014.08.15 |
| spring - How to respond with HTTP 400 error in a Spring MVC @ResponseBody method returning String? (0) | 2014.07.09 |
| spring - velocity email(webmail in java) (0) | 2014.06.27 |
| spring - Servlet 3 Async Config (0) | 2014.05.01 |




