From eb1b32e27c39430f5cfb284a80199598db443495 Mon Sep 17 00:00:00 2001 From: yingjun Date: Wed, 20 Jul 2016 17:32:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6640252..14336a3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ -# beauty_ssm -优雅的SSM框架 +####优雅的SSM架构(Spring+SpringMVC+Mybatis) +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 -- GitLab