摘要: 1. 说明: 采用maven3对springmvc3 + JPA2(Hibernate4实现) 整合目录结构:2. web.xml 配置 contextConfigLocation classpath*:/applicationContext.xml org.springframework.web.util.IntrospectorCleanupListener org.springfram... 阅读全文
posted @ 2014-02-18 12:56 _YANGDE 阅读(369) 评论(0) 推荐(0) 编辑
摘要: 问题1. 复制项目时候部署到tomcat下面还是原来项目的名称解决:右键项目 选择properties属性 然后再myeclipse - web 中修改 web content-root 问题2: 取消JS验证解决:找到在项目路径下面的.project文件... 阅读全文
posted @ 2014-02-10 09:54 _YANGDE 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 1. 下载 http://www.springsource.org/download/community2. 创建web 工程兵导入jar3. 配置web.xml springmvc org.springframework.web.servlet.DispatcherServlet contextConfigLocation classpath:applicationContext-mvc.xml 1 ... 阅读全文
posted @ 2013-08-28 10:03 _YANGDE 阅读(557) 评论(0) 推荐(0) 编辑
摘要: 1. 创建表CREATE TABLE `t_user` (`id` int(11) NOT NULL AUTO_INCREMENT ,`username` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ,`password` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL ,PRIMARY KEY (`id`))ENGINE=InnoDBDEFAULT CHARACTER SET=utf8 COLLATE=ut... 阅读全文
posted @ 2013-08-27 14:36 _YANGDE 阅读(198) 评论(0) 推荐(0) 编辑