随笔分类 -  MVC

摘要:错误如下:org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping#0' defined in ServletContext resource [/WEB-INF/spring-servlet.xml]: Initialization of bean failed; nested exception is 阅读全文
posted @ 2012-04-30 20:57 j2ee技术 阅读(542) 评论(0) 推荐(0)
摘要:从web.xml开始,申明:现在只做了可以上传了,还有细节没有做好。<?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" x 阅读全文
posted @ 2012-04-24 16:57 j2ee技术 阅读(297) 评论(0) 推荐(0)