README.md 539 字节
Newer Older
Y
yingjun 已提交
1
#优雅的SSM架构(Spring+SpringMVC+Mybatis)
Y
yingjun 已提交
2 3 4 5 6 7 8 9 10 11 12 13 14
github地址:[https://github.com/wosyingjun/beauty_ssm](https://github.com/wosyingjun/beauty_ssm)

- Maven
- Spring(IOC DI 声明式事务处理)
- SpringMVC(支持Restful风格)
- Hibernate Validate(参数校验)
- Mybatis(最少配置方案)
- quartz时间调度
- Redis缓存(ProtoStuff序列化)
- [Redis Sentinel主从高可用方案](http://wosyingjun.iteye.com/blog/2289593)
- Druid(数据源 sql防注入 sql性能监控)
- 统一的异常处理
- JSP JSTL