设置
<mvc:resources location="/" mapping="/resources/**"/>
之后出现以下404错误,控制台出现以下警告:
警告: No mapping found for HTTP request with URI [/yyzwgl/login] in DispatcherServlet with name 'yyzwgl'
原因是没有设置:
<mvc:annotation-driven/>
设置
<mvc:resources location="/" mapping="/resources/**"/>
之后出现以下404错误,控制台出现以下警告:
警告: No mapping found for HTTP request with URI [/yyzwgl/login] in DispatcherServlet with name 'yyzwgl'
原因是没有设置:
<mvc:annotation-driven/>