SSHEM
文章平均质量分 82
最王座
坚持总有回报,如果还没有,那一定是你努力的还不够。
展开
-
整合SSH之pom.xml文件配置
整合Struts2+Spring+HIbernate时Maven(3.3.3)的pom.xml文件的配置 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven....原创 2015-06-06 11:39:57 · 294 阅读 · 0 评论 -
整合SSH之详细步骤
整合Spring3+Struts2+Hibernate4一、整合Spring3.2.121. 将Spring3.2.12的配置文件加入到src/main/resources中 spring.xml config.properties 2. 在pom.xml中加入Spring3.2.12的依赖jar包 <dependency> <g...原创 2015-06-28 20:43:08 · 158 阅读 · 0 评论 -
整合SSH之web.xml文件配置
<?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xsi:schemaLocation="http://xmlns.jcp.org/xm原创 2015-06-28 20:50:38 · 188 阅读 · 0 评论