| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Ant Компиляция и сборка MyBatis Данные ORM |
| Группа | Группаcom.gitee.osinn |
| Идентификатор | Идентификаторmybatis-multi-tenant-spring-boot-starter |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеParent 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar | 2.4.2 |
| org.springframework.boot : spring-boot-autoconfigure Необязательный | jar | 2.4.2 |
| org.mybatis.spring.boot : mybatis-spring-boot-starter Необязательный | jar | 2.2.0 |
| mysql : mysql-connector-java Необязательный | jar | 8.0.22 |
| com.github.jsqlparser : jsqlparser | jar | 4.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.h2database : h2 | jar | 1.4.200 |
| org.springframework.boot : spring-boot-starter-test | jar | 2.4.2 |
| junit : junit | jar | 4.13.1 |