zebra-spring-boot-starter-tenant
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.zhanghongbin</groupId>
<artifactId>zebra-spring-boot-starter-tenant</artifactId>
<version>1.2.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.zhanghongbin</groupId>
<artifactId>zebra-spring-boot-starter</artifactId>
<version>1.2.1</version>
</parent>
<groupId>io.github.zhanghongbin</groupId>
<artifactId>zebra-spring-boot-starter-tenant</artifactId>
<version>1.2.1</version>
<name>zebra-spring-boot-starter-tenant</name>
<description>Parent pom providing dependency and plugin management for applications built with Maven</description>
<url>https://spring.io/projects/spring-boot/zebra-spring-boot-dependencies/zebra-spring-boot-parent/zebra-spring-boot-starter/zebra-spring-boot-starter-tenant</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<developers>
<developer>
<name>zhanghongbin</name>
<email>zhanghongbin@qq.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://gitee.com/zhanghongbin/zebra.git/zebra-spring-boot-parent/zebra-spring-boot-starter/zebra-spring-boot-starter-tenant</connection>
<developerConnection>scm:git:https://gitee.com/zhanghongbin/zebra.git/zebra-spring-boot-parent/zebra-spring-boot-starter/zebra-spring-boot-starter-tenant</developerConnection>
<url>https://gitee.com/zhanghongbin/zebra/zebra-spring-boot-parent/zebra-spring-boot-starter/zebra-spring-boot-starter-tenant</url>
</scm>
<dependencies>
<dependency>
<groupId>io.github.zhanghongbin</groupId>
<artifactId>zebra-spring-boot-starter-mybatis-plus</artifactId>
<version>1.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.zhanghongbin</groupId>
<artifactId>zebra-spring-boot-starter-satoken</artifactId>
<version>1.2.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.github.zhanghongbin</groupId>
<artifactId>zebra-spring-boot-starter-redisson</artifactId>
<version>1.2.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.github.zhanghongbin</groupId>
<artifactId>zebra-spring-boot-starter-bean-searcher</artifactId>
<version>1.2.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.github.zhanghongbin</groupId>
<artifactId>zebra-spring-boot-starter-cache</artifactId>
<version>1.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>knife4j-openapi2-spring-boot-starter</artifactId>
<version>4.5.0</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.30</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>