摘要: 出现这个错误的原因: Servlet-mapping映射模式中使用了/service/*,在Java 代码的controller中又加入了service前缀,实际上,不需要再加service前缀。 web.xml <listener> <listener-class>ch.qos.logback.e 阅读全文
posted @ 2016-12-26 10:20 hongweigg 阅读(86) 评论(0) 推荐(0)