|
|
@@ -7,6 +7,7 @@
|
|
|
<groupId>cn.tr</groupId>
|
|
|
<artifactId>tr-dependencies</artifactId>
|
|
|
<version>${revision}</version>
|
|
|
+ <packaging>pom</packaging>
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
|
@@ -14,6 +15,7 @@
|
|
|
<description>基础 bom 文件,管理整个项目的依赖版本</description>
|
|
|
|
|
|
<properties>
|
|
|
+ <skip>true</skip>
|
|
|
<revision>0.0.9</revision>
|
|
|
|
|
|
<spring-boot.version>2.7.8</spring-boot.version>
|
|
|
@@ -51,39 +53,13 @@
|
|
|
|
|
|
<dependencyManagement>
|
|
|
<dependencies>
|
|
|
+ <!--springboot pom文件-->
|
|
|
<dependency>
|
|
|
- <groupId>cn.tr</groupId>
|
|
|
- <artifactId>tr-spring-boot-starter-plugin-test</artifactId>
|
|
|
- <version>${revision}</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>cn.tr</groupId>
|
|
|
- <artifactId>tr-spring-boot-starter-plugin-mybatis</artifactId>
|
|
|
- <version>${revision}</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <!--缓存插件-->
|
|
|
- <dependency>
|
|
|
- <groupId>cn.tr</groupId>
|
|
|
- <artifactId>tr-spring-boot-starter-plugin-cache</artifactId>
|
|
|
- <version>${revision}</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
-
|
|
|
- <!--文件插件-->
|
|
|
- <dependency>
|
|
|
- <groupId>cn.tr</groupId>
|
|
|
- <artifactId>tr-spring-boot-starter-plugin-file</artifactId>
|
|
|
- <version>${revision}</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
-
|
|
|
- <!--字典插件-->
|
|
|
- <dependency>
|
|
|
- <groupId>cn.tr</groupId>
|
|
|
- <artifactId>tr-spring-boot-starter-plugin-dict</artifactId>
|
|
|
- <version>${revision}</version>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-dependencies</artifactId>
|
|
|
+ <version>${spring-boot.version}</version>
|
|
|
+ <type>pom</type>
|
|
|
+ <scope>import</scope>
|
|
|
</dependency>
|
|
|
|
|
|
<!--redis客户端-->
|
|
|
@@ -93,21 +69,6 @@
|
|
|
<version>${redisson.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>cn.tr</groupId>
|
|
|
- <artifactId>tr-framework</artifactId>
|
|
|
- <version>${revision}</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <!--springboot pom文件-->
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-dependencies</artifactId>
|
|
|
- <version>${spring-boot.version}</version>
|
|
|
- <type>pom</type>
|
|
|
- <scope>import</scope>
|
|
|
- </dependency>
|
|
|
-
|
|
|
<!-- Sa-Token 权限认证,在线文档:https://sa-token.cc -->
|
|
|
<dependency>
|
|
|
<groupId>cn.dev33</groupId>
|
|
|
@@ -256,6 +217,49 @@
|
|
|
<artifactId>eventbus-java</artifactId>
|
|
|
<version>${eventbus.version}</version>
|
|
|
</dependency>
|
|
|
+
|
|
|
+
|
|
|
+ <!--业务组件-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>cn.tr</groupId>
|
|
|
+ <artifactId>tr-framework</artifactId>
|
|
|
+ <version>${revision}</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>cn.tr</groupId>
|
|
|
+ <artifactId>tr-spring-boot-starter-plugin-test</artifactId>
|
|
|
+ <version>${revision}</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>cn.tr</groupId>
|
|
|
+ <artifactId>tr-spring-boot-starter-plugin-mybatis</artifactId>
|
|
|
+ <version>${revision}</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!--缓存插件-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>cn.tr</groupId>
|
|
|
+ <artifactId>tr-spring-boot-starter-plugin-cache</artifactId>
|
|
|
+ <version>${revision}</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+
|
|
|
+ <!--文件插件-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>cn.tr</groupId>
|
|
|
+ <artifactId>tr-spring-boot-starter-plugin-file</artifactId>
|
|
|
+ <version>${revision}</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+
|
|
|
+ <!--字典插件-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>cn.tr</groupId>
|
|
|
+ <artifactId>tr-spring-boot-starter-plugin-dict</artifactId>
|
|
|
+ <version>${revision}</version>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
</dependencyManagement>
|
|
|
</project>
|