Having a problem with mvc:resources multiple locations
I have created a Spring web app and added mvc:resouces to my app-servlet.xml. I'm getting an error in the editor that the additional directories can't be found.
I built an app in Eclipse and don't have the error.
my directory under web are
web
css
js
<mvc:resources location="/js/, /css/" mapping="/**"/>
Please sign in to leave a comment.