SSM框架史上最简单快速搭建
发布日期:2022-02-26 14:49:32 浏览次数:53 分类:技术文章

本文共 6499 字,大约阅读时间需要 21 分钟。

写pom文件引入相关依赖(其中包含一些工具)

junit
junit
4.12
test
javax.servlet
servlet-api
2.5
provided
javax.servlet
jsp-api
2.0
provided
com.fasterxml.jackson.core
jackson-databind
2.9.1
com.fasterxml.jackson.core
jackson-core
2.9.1
com.fasterxml.jackson.core
jackson-annotations
2.9.1
org.springframework
spring-web
4.3.2.RELEASE
org.springframework
spring-webmvc
4.3.2.RELEASE
org.springframework
spring-core
4.3.2.RELEASE
org.springframework
spring-context
4.3.2.RELEASE
org.springframework
spring-context-support
4.3.2.RELEASE
org.springframework
spring-jdbc
4.3.2.RELEASE
org.springframework
spring-aop
4.3.2.RELEASE
org.springframework
spring-beans
4.3.2.RELEASE
org.springframework
spring-expression
4.3.2.RELEASE
org.springframework
spring-web
4.3.2.RELEASE
org.springframework
spring-aspects
4.3.2.RELEASE
org.springframework
spring-tx
4.3.2.RELEASE
commons-dbcp
commons-dbcp
1.2.2
commons-pool
commons-pool
1.6
org.mybatis
mybatis
3.2.8
org.mybatis
mybatis-spring
1.3.1
mysql
mysql-connector-java
5.1.38
org.springframework
spring-test
4.3.13.RELEASE
org.bgee.log4jdbc-log4j2
log4jdbc-log4j2-jdbc4.1
1.16
org.slf4j
slf4j-api
1.7.13
org.slf4j
slf4j-log4j12
1.7.5
log4j
log4j
1.2.16
jstl
jstl
1.2
commons-io
commons-io
2.4
commons-fileupload
commons-fileupload
1.3.1

引入对应的配置文件

1.Spring-core.xml文件

com.baizhi.entity
classpath:mapper/*DaoMapper.xml
com.baizhi.dao

2.Spring-mvc的配置文件

3.引入log4g和对应的mapper文件

在这里插入图片描述
4.书写web.xml文件配置spring工厂,与springmvc的编码过滤器与核心入口。

Archetype Created Web Application
contextConfigLocation
classpath:spring-core.xml
encode
org.springframework.web.filter.CharacterEncodingFilter
encoding
UTF-8
encode
/*
org.springframework.web.context.ContextLoaderListener
mvc
org.springframework.web.servlet.DispatcherServlet
contextConfigLocation
classpath:spring-mvc.xml
1
mvc
*.do

5.创建对应的包结构

在这里插入图片描述

转载地址:https://blog.csdn.net/qq_31480789/article/details/92606256 如侵犯您的版权,请留言回复原文章的地址,我们会给您删除此文章,给您带来不便请您谅解!

上一篇:Spring4.2.3与Quartz2.3执行定时任务整合
下一篇:安卓 上传头像 相机相册 剪裁

发表评论

最新留言

做的很好,不错不错
[***.243.131.199]2024年04月01日 09时39分55秒

关于作者

    喝酒易醉,品茶养心,人生如梦,品茶悟道,何以解忧?唯有杜康!
-- 愿君每日到此一游!

推荐文章