datasource-spring-boot-starter

https://github.com/zengfr datasource-spring-boot-starter

License

License

Categories

Categories

Spring Boot Container Microservices Data
GroupId

GroupId

com.github.zengfr.project
ArtifactId

ArtifactId

datasource-spring-boot-starter
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

datasource-spring-boot-starter
https://github.com/zengfr datasource-spring-boot-starter
Project URL

Project URL

https://github.com/zengfr
Source Code Management

Source Code Management

https://github.com/zengfr/datasource-spring-boot-starter/

Download datasource-spring-boot-starter

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.zengfr.project/datasource-spring-boot-starter/ -->
<dependency>
    <groupId>com.github.zengfr.project</groupId>
    <artifactId>datasource-spring-boot-starter</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zengfr.project/datasource-spring-boot-starter/
implementation 'com.github.zengfr.project:datasource-spring-boot-starter:0.0.1'
// https://jarcasting.com/artifacts/com.github.zengfr.project/datasource-spring-boot-starter/
implementation ("com.github.zengfr.project:datasource-spring-boot-starter:0.0.1")
'com.github.zengfr.project:datasource-spring-boot-starter:jar:0.0.1'
<dependency org="com.github.zengfr.project" name="datasource-spring-boot-starter" rev="0.0.1">
  <artifact name="datasource-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zengfr.project', module='datasource-spring-boot-starter', version='0.0.1')
)
libraryDependencies += "com.github.zengfr.project" % "datasource-spring-boot-starter" % "0.0.1"
[com.github.zengfr.project/datasource-spring-boot-starter "0.0.1"]

Dependencies

compile (8)

Group / Artifact Type Version
com.github.zengfr.project : datasource jar 0.0.1
org.springframework.boot : spring-boot-starter jar
com.google.guava : guava jar
org.slf4j : slf4j-api jar
ch.qos.logback : logback-classic jar
org.apache.commons : commons-collections4 jar
com.alibaba : fastjson jar
org.apache.commons : commons-lang3 jar

provided (2)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar
org.projectlombok : lombok jar

test (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar
junit : junit jar
com.h2database : h2 jar

Project Modules

There are no modules declared in this project.

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> 

Versions

Version
0.0.1