DDAL
DDAL(Distributed Data Access Layer) is a simple solution to access database shard.
License
DDAL is dual licensed under LGPL V2.1 and Apache Software License, Version 2.0.
Quick start
add the following dependency in your pom.xml
<dependency>
<groupId>org.hellojavaer.ddal</groupId>
<artifactId>ddal-datasource</artifactId>
<version>1.1.1-RELEASE</version>
</dependency>
use DefaultDDA
评论0
最新资源