
开源框架
BazingaLyncc
这个作者很懒,什么都没留下…
展开
-
学习dangdang的分库分表扩展框架sharding-jdbc(一)
前一段时间研究阿里的分库框架cobar-client,cobar-client是基于ibatis的SqlMapClientTemplate进行了一层薄薄的封装,分装成CobarSqlMapClientTemplate,在用户在CRUD的时候可以透明的进行操作,算是现在大多公司分库的一个成熟解决方案,不过现在面临的一些问题: ①不支持分表 ②基于ibatis而且2013年后基本维护了原创 2016-03-19 09:56:12 · 14547 阅读 · 4 评论 -
学习sharding-jdbc(二)之spring+mybatis+sharding-jdbc整合
新建Maven项目pom.xml<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.原创 2016-03-19 10:50:06 · 20373 阅读 · 29 评论 -
搭建新浪RPC框架motan Demo
motan是新浪微博开源的RPC框架,github官网是:https://github.com/weibocom/motan今天就先搭建一个Hello world demo,本demo基于motan 0.2.1版本首先先去github下载源代码(motan-manager报错请忽略,eclipse的web Module不兼容):选中motan下的pom.xml,原创 2016-11-10 15:45:27 · 12230 阅读 · 1 评论