에러메시지
No mapping found for HTTP request with URI [/main/1.png] in DispatcherServlet with name 'appServlet'
이렇게 나오는 경우,
Spring 자체의 버그로 보임
servlet-context.xml에 아래 내용을 추가
<beans:bean class="org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping" />
위치는 <resources /> 위쪽