ssm项目配置整合笔记
1 导入依赖.
依赖在pom.xml当中
依赖有哪些:
aspectj (aop有关)
spring 核心依赖,
springmvc依赖
springtest整合
spring事务
junit, jstl,
slf4j(日志)
mybatis
数据源(c3p0)
springsecurity相关依赖.权限控制
mysql数据库的链接
jsr250(权限控制)
tomcat7插件
备注: 聚合工程要用depandence managerment管理版本号
2 添加子模块
3 新建各个小模块的文件夹如图
4 在各自的pom.xml,将可能用到关系写入进去
例如:dao里面有pojo,utils
5 在web模块resources中编写
db.properties
log4j
bean.xml (applicationContext.xml)
6 编写web模块resources编写springmvc.xml配置文件
7 在web-inf中配置web.xml
里面有监听器加载spring配置文件
8 打war包,用web包打war explore