License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Data |
GroupId | GroupIdcom.github.kuhn-he |
ArtifactId | ArtifactIdsaas-datasource-spring-boot-starter |
Version | Version3.0.6.3 |
Type | Typejar |
Description |
Descriptionsaas-datasource-spring-boot-starter
spring boot starter for Software-as-a-Service datasource base on mybatis-plus(https://github.com/baomidou/mybatis-plus)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.kuhn-he/saas-datasource-spring-boot-starter/ -->
<dependency>
<groupId>com.github.kuhn-he</groupId>
<artifactId>saas-datasource-spring-boot-starter</artifactId>
<version>3.0.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kuhn-he/saas-datasource-spring-boot-starter/
implementation 'com.github.kuhn-he:saas-datasource-spring-boot-starter:3.0.6.3'
// https://jarcasting.com/artifacts/com.github.kuhn-he/saas-datasource-spring-boot-starter/
implementation ("com.github.kuhn-he:saas-datasource-spring-boot-starter:3.0.6.3")
'com.github.kuhn-he:saas-datasource-spring-boot-starter:jar:3.0.6.3'
<dependency org="com.github.kuhn-he" name="saas-datasource-spring-boot-starter" rev="3.0.6.3">
<artifact name="saas-datasource-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kuhn-he', module='saas-datasource-spring-boot-starter', version='3.0.6.3')
)
libraryDependencies += "com.github.kuhn-he" % "saas-datasource-spring-boot-starter" % "3.0.6.3"
[com.github.kuhn-he/saas-datasource-spring-boot-starter "3.0.6.3"]
Group / Artifact | Type | Version |
---|---|---|
com.baomidou : mybatis-plus-boot-starter | jar | 3.0.6 |
com.baomidou : dynamic-datasource-spring-boot-starter | jar | 2.4.2 |
com.alibaba : druid-spring-boot-starter | jar | 1.1.10 |
org.projectlombok : lombok | jar | 1.18.0 |
org.apache.commons : commons-lang3 | jar | 3.5 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.0.3.RELEASE |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.5 |
com.fasterxml.jackson.core : jackson-core | jar | 2.9.5 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.5 |
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | 1.4.197 |