No mapping found for HTTP request with URI [/account/login.do] in DispatcherServlet with name ‘spring‘
这个头大的问题啊 最终还是找到了解决方案:
<!-- 启动SpringMVC的注解功能,它会自动注册HandlerMapping、HandlerAdapter、ExceptionResolver的相--> <mvc:annotation-driven />
我们使用的jar不同,所以打开注解的方式也不同,这个需要在首行写
No mapping found for HTTP request with URI [/login.do] in DispatcherServlet with name 'spring'
时间: 2024-10-01 06:43:32