Last Version

com.github.cloudgyb:sharding-jdbc-ds 1.0.1

使用Sharding JDBC+Spring Boot实现数据分片Demo项目

GroupId

GroupId

com.github.cloudgyb
ArtifactId

ArtifactId

sharding-jdbc-ds
Version

Version

1.0.1
Type

Type

jar
Description

Description

使用Sharding JDBC+Spring Boot实现数据分片Demo项目

Download sharding-jdbc-ds 1.0.1


<!-- https://jarcasting.com/artifacts/com.github.cloudgyb/sharding-jdbc-ds/ -->
<dependency>
    <groupId>com.github.cloudgyb</groupId>
    <artifactId>sharding-jdbc-ds</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cloudgyb/sharding-jdbc-ds/
implementation 'com.github.cloudgyb:sharding-jdbc-ds:1.0.1'
// https://jarcasting.com/artifacts/com.github.cloudgyb/sharding-jdbc-ds/
implementation ("com.github.cloudgyb:sharding-jdbc-ds:1.0.1")
'com.github.cloudgyb:sharding-jdbc-ds:jar:1.0.1'
<dependency org="com.github.cloudgyb" name="sharding-jdbc-ds" rev="1.0.1">
  <artifact name="sharding-jdbc-ds" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cloudgyb', module='sharding-jdbc-ds', version='1.0.1')
)
libraryDependencies += "com.github.cloudgyb" % "sharding-jdbc-ds" % "1.0.1"
[com.github.cloudgyb/sharding-jdbc-ds "1.0.1"]

Dependencies

compile (5)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar
org.mybatis.spring.boot : mybatis-spring-boot-starter jar
org.springframework.boot : spring-boot-configuration-processor Optional jar
org.projectlombok : lombok Optional jar
org.apache.shardingsphere : sharding-jdbc-spring-boot-starter jar

runtime (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-devtools Optional jar
mysql : mysql-connector-java jar

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar

Project Modules

There are no modules declared in this project.