访问controller报错:
Servlet.init() for servlet [dispatcherServlet] threw exception
如图
访问静态页面成功
是不是@RequestMapping的注解中出现了重复的url
把servlet贴出来看看