| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices Ant Build Tools MyBatis Data ORM |
| GroupId | GroupIdcom.gitee.osinn |
| ArtifactId | ArtifactIdmybatis-multi-tenant-spring-boot-starter |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionParent pom providing dependency and plugin management for applications built with Maven
|
<!-- https://jarcasting.com/artifacts/com.gitee.osinn/mybatis-multi-tenant-spring-boot-starter/ -->
<dependency>
<groupId>com.gitee.osinn</groupId>
<artifactId>mybatis-multi-tenant-spring-boot-starter</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.osinn/mybatis-multi-tenant-spring-boot-starter/
implementation 'com.gitee.osinn:mybatis-multi-tenant-spring-boot-starter:1.0'
// https://jarcasting.com/artifacts/com.gitee.osinn/mybatis-multi-tenant-spring-boot-starter/
implementation ("com.gitee.osinn:mybatis-multi-tenant-spring-boot-starter:1.0")
'com.gitee.osinn:mybatis-multi-tenant-spring-boot-starter:jar:1.0'
<dependency org="com.gitee.osinn" name="mybatis-multi-tenant-spring-boot-starter" rev="1.0">
<artifact name="mybatis-multi-tenant-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.osinn', module='mybatis-multi-tenant-spring-boot-starter', version='1.0')
)
libraryDependencies += "com.gitee.osinn" % "mybatis-multi-tenant-spring-boot-starter" % "1.0"
[com.gitee.osinn/mybatis-multi-tenant-spring-boot-starter "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.4.2 |
| org.springframework.boot : spring-boot-autoconfigure Optional | jar | 2.4.2 |
| org.mybatis.spring.boot : mybatis-spring-boot-starter Optional | jar | 2.2.0 |
| mysql : mysql-connector-java Optional | jar | 8.0.22 |
| com.github.jsqlparser : jsqlparser | jar | 4.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.h2database : h2 | jar | 1.4.200 |
| org.springframework.boot : spring-boot-starter-test | jar | 2.4.2 |
| junit : junit | jar | 4.13.1 |