From b17f8d0c1b6db92b507ac53f182e8acf641c1d86 Mon Sep 17 00:00:00 2001 From: crossoverJie Date: Fri, 6 Jan 2017 00:32:25 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 912ac1f..38f6975 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ > **演示地址: [http://www.crossoverjie.top/SSM](http://www.crossoverjie.top/SSM)** --- -# 下期预告---数据源切换(利用Spring AOP动态切换数据源) +# 下期预告---反射的实际应用:构建日志对象 --- # SSM 使用Idea搭建的Maven项目,会不定期更新一些在实际开发中使用的技巧(ps:目前不是很忙基本上一周一更)。 @@ -21,7 +21,7 @@ 目前使用到的技术: -- Spring SpringMVC Mybatis Druid Lucene Shiro websocket +- Spring SpringMVC Mybatis Druid Lucene Shiro websocket Redis - `BootStrap`,` EasyUI` *有任何问题和欢迎Issues* @@ -33,6 +33,21 @@ # 联系作者 - [crossoverJie@gmail.com](mailto:crossoverJie@gmail.com) +# 动态切换数据源 +博客地址:[SSM(八)动态切换数据源](http://crossoverjie.top/2017/01/05/SSM8/) + +简书地址:[http://www.jianshu.com/p/9d3d92b37c0a](http://www.jianshu.com/p/9d3d92b37c0a) + +效果实例: +![3](http://img.blog.csdn.net/20170105012845706?watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvcXFfMTg2NjE3OTM=/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/SouthEast) + +- [前言](http://crossoverjie.top/2017/01/05/SSM8/#前言) +- [手动切换数据源](http://crossoverjie.top/2017/01/05/SSM8/#手动切换数据源) +- [自动切换数据源](http://crossoverjie.top/2017/01/05/SSM8/#自动切换数据源) +- [总结](http://crossoverjie.top/2017/01/05/SSM8/#总结) + +--- + # 在JavaWeb应用中使用Redis 博客地址:[SSM(七)在JavaWeb应用中使用Redis](http://crossoverjie.top/2016/12/18/SSM7/) From 7249579a78e773a414c2860d349e3163ae9548cf Mon Sep 17 00:00:00 2001 From: spider523755877 <523755877@qq.com> Date: Wed, 11 Jan 2017 15:09:14 +0800 Subject: [PATCH 2/2] quick --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 38f6975..a04e787 100644 --- a/README.md +++ b/README.md @@ -143,3 +143,4 @@ --- [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badge/) +