1 Star 3 Fork 0

zengfr繁荣/datasource-spring-boot-starter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.88 KB
一键复制 编辑 原始数据 按行查看 历史
zengfr 提交于 2019-02-22 23:31 . feat:0.0.1

datasource-spring-boot-starter

datasource-spring-boot-starter. AbstractRoutingDataSource dynamic datasource for springboot,Multiple &Routing&Sharding&RW&Master/Slave https://github.com/zengfr/datasource-spring-boot-starter/

Repositories Central Sonatype Mvnrepository

Maven Dependency:
Not Use Spring Boot:
<dependency>
 <groupId>com.github.zengfr.project</groupId>
 <artifactId>datasource</artifactId>
 <version>0.0.1</version>
<dependency>
Use Spring Boot :
<dependency>
 <groupId>com.github.zengfr.project</groupId>
 <artifactId>datasource-spring-boot-starter</artifactId>
 <version>0.0.1</version>
<dependency>
Gradle:
compile group: 'com.github.zengfr.project', name: 'datasource', version: '0.0.1'
compile group: 'com.github.zengfr.project', name: 'datasource-spring-boot-starter', version: '0.0.1'

javadoc api

<dbconfig>
	<dbsets>
		<dbset name="productdb" provider="SqlServer">
			<db name="productdbm" dbtype="Master" shardid="0" />
			<db name="productdbs" dbtype="Slave" shardid="0" />
		</dbset>
		<dbset name="orderdb" provider="MySql" shardstrategy="">
			<db name="orderdb_S0_W" dbtype="Master" shardid="0" />
			<db name="orderdb_S1_W" dbtype="Master" shardid="1" />
			<db name="orderdb_S2_W" dbtype="Master" shardid="2" />
			<db name="orderdb_S3_W" dbtype="Master" shardid="3" />
			<db name="orderdb00_R" dbtype="Slave" shardid="0" />
			<db name="orderdb01_R" dbtype="Slave" shardid="1" />
			<db name="orderdb02_R" dbtype="Slave" shardid="2" />
			<db name="orderdb03_R" dbtype="Slave" shardid="3" />
			<db name="orderdb03_R1" dbtype="Slave" shardid="3" />
			<db name="orderdb03_R2" dbtype="Slave" shardid="3" />
		</dbset>
	</dbsets>
</dbconfig> 
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/zengfr/datasource-spring-boot-starter.git
git@gitee.com:zengfr/datasource-spring-boot-starter.git
zengfr
datasource-spring-boot-starter
datasource-spring-boot-starter
master

搜索帮助

Cb406eda 1850385 E526c682 1850385