摘要: SSM框架整合(Spring框架/Spring MVC框架/Mbatis框架) 1,创建maven工程: 2,在我们创建maven工程,加载spring资源的时候,可能会存在加载过慢的因素,我们在创建的时候就直接解决掉 解决办法:archetypeCatalog internal 3,开始我们的整合 阅读全文
posted @ 2019-08-17 22:02 阿锐互联网 阅读(257) 评论(0) 推荐(1) 编辑
摘要: <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd" > <web-app> <display-name>Archetype Created Web Application</display-name> < 阅读全文
posted @ 2019-08-17 22:01 阿锐互联网 阅读(1425) 评论(0) 推荐(0) 编辑
摘要: <properties> <spring.version>5.0.2.RELEASE</spring.version> <slf4j.version>1.6.6</slf4j.version> <log4j.version>1.2.12</log4j.version> <mysql.version>5.1.6</mysql.version> <mybatis.version>3.4.5</myba 阅读全文
posted @ 2019-08-17 22:00 阿锐互联网 阅读(576) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:mvc="http://www.springframework.org/schema/mvc" xmlns:context="http://www.springframework.org/sc 阅读全文
posted @ 2019-08-17 21:59 阿锐互联网 阅读(941) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/sc 阅读全文
posted @ 2019-08-17 21:56 阿锐互联网 阅读(521) 评论(0) 推荐(0) 编辑