I have a Spring MVC 3.0 project using Maven generated directly from Eclipse New -> Project -> Spring Project -> Spring MVC Project . However, I see two resources folders, one directly below src / main and another level below src / main / webapp. I think this is a two-part question:
(a) Under which of the two should my static content be (css, js and imgs)? and
(b) What then must go under another?
source share