88 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
		
		
			
		
	
	
			88 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| 
								 | 
							
								<?xml version="1.0" encoding="UTF-8"?>
							 | 
						||
| 
								 | 
							
								<project xmlns="http://maven.apache.org/POM/4.0.0"
							 | 
						||
| 
								 | 
							
								         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
							 | 
						||
| 
								 | 
							
								         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
							 | 
						||
| 
								 | 
							
								    <parent>
							 | 
						||
| 
								 | 
							
								        <artifactId>jeelowcode-tool</artifactId>
							 | 
						||
| 
								 | 
							
								        <groupId>com.jeelowcode</groupId>
							 | 
						||
| 
								 | 
							
								        <version>${jeelowcode.version}</version>
							 | 
						||
| 
								 | 
							
								    </parent>
							 | 
						||
| 
								 | 
							
								    <modelVersion>4.0.0</modelVersion>
							 | 
						||
| 
								 | 
							
								    <artifactId>tool-spring-boot-starter-biz-tenant</artifactId>
							 | 
						||
| 
								 | 
							
								    <packaging>jar</packaging>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <name>${project.artifactId}</name>
							 | 
						||
| 
								 | 
							
								    <description>多租户</description>
							 | 
						||
| 
								 | 
							
								    <url>https://gitee.com/jeelowecode/JeeLowCode</url>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    <dependencies>
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>com.jeelowcode</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>tool-common</artifactId>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <!-- Web 相关 -->
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>com.jeelowcode</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>tool-spring-boot-starter-security</artifactId>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <!-- DB 相关 -->
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>com.jeelowcode</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>tool-spring-boot-starter-mybatis</artifactId>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>com.jeelowcode</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>tool-spring-boot-starter-redis</artifactId>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <!-- Job 定时任务相关 -->
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>com.jeelowcode</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>tool-spring-boot-starter-job</artifactId>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <!-- 消息队列相关 -->
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>com.jeelowcode</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>tool-spring-boot-starter-mq</artifactId>
							 | 
						||
| 
								 | 
							
								            <optional>true</optional>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>org.springframework.kafka</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>spring-kafka</artifactId>
							 | 
						||
| 
								 | 
							
								            <optional>true</optional>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>org.springframework.amqp</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>spring-rabbit</artifactId>
							 | 
						||
| 
								 | 
							
								            <optional>true</optional>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>org.apache.rocketmq</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>rocketmq-spring-boot-starter</artifactId>
							 | 
						||
| 
								 | 
							
								            <optional>true</optional>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <!-- Test 测试相关 -->
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>com.jeelowcode</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>tool-spring-boot-starter-test</artifactId>
							 | 
						||
| 
								 | 
							
								            <scope>test</scope>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <!-- 工具类相关 -->
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>com.google.guava</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>guava</artifactId>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								        <dependency>
							 | 
						||
| 
								 | 
							
								            <groupId>com.jeelowcode</groupId>
							 | 
						||
| 
								 | 
							
								            <artifactId>jeelowcode-global</artifactId>
							 | 
						||
| 
								 | 
							
								        </dependency>
							 | 
						||
| 
								 | 
							
								    </dependencies>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								</project>
							 |