| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504 |
- <?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">
- <modelVersion>4.0.0</modelVersion>
- <groupId>cn.tr</groupId>
- <artifactId>tr-dependencies</artifactId>
- <version>${revision}</version>
- <packaging>pom</packaging>
- <properties>
- <skip>true</skip>
- <revision>2.0.0</revision>
- <spring-boot.version>3.5.7</spring-boot.version>
- <hutool.version>5.8.41</hutool.version>
- <mapstruct.version>1.6.3</mapstruct.version>
- <ip2region.version>3.1.1</ip2region.version>
- <!--数据库-->
- <mybatis-plus.version>3.5.14</mybatis-plus.version>
- <mybatis.version>3.5.19</mybatis.version>
- <mybatis-plus-generator.version>3.5.14</mybatis-plus-generator.version>
- <mysql-connector.version>8.0.33</mysql-connector.version>
- <pagehelper.boot.version>2.1.0</pagehelper.boot.version>
- <springdoc.version>2.8.13</springdoc.version>
- <!--权限相关-->
- <satoken.version>1.44.0</satoken.version>
- <caffeine.version>2.6.2</caffeine.version>
- <!--redission-->
- <redisson.version>3.30.0</redisson.version>
- <!--文件存储-->
- <aliyun-oss.version>3.17.0</aliyun-oss.version>
- <minio.version>8.6.0</minio.version>
- <qiniu.version>7.9.5</qiniu.version>
- <!--文件导入导出-->
- <poi.version>5.2.2</poi.version>
- <!--在线文档-->
- <knife4j.verison>4.5.0</knife4j.verison>
- <!--阿里云短信-->
- <ali.sms.version>3.0.0</ali.sms.version>
- <!--渲染模板引擎-->
- <beetl.version>1.2.40.Beetl.RELEASE</beetl.version>
- <!--硬件信息-->
- <oshi.core.version>6.2.2</oshi.core.version>
- <easy-captcha.version>1.6.2</easy-captcha.version>
- <easy-excel.version>4.0.3</easy-excel.version>
- <poi-tl.version>1.12.0</poi-tl.version>
- <poi-ooxml-schemas.version>4.1.2</poi-ooxml-schemas.version>
- <commons-cli.version>1.5.0</commons-cli.version>
- <okhttp.version>4.12.0</okhttp.version>
- <log4j2.version>2.24.3</log4j2.version>
- <lang3.version>3.18.0</lang3.version>
- <wx.version>4.7.0</wx.version>
- <langchain4j.version>1.8.0-beta15</langchain4j.version>
- <kuaishou.version>1.0.6</kuaishou.version>
- <httpclient.version>4.5.13</httpclient.version>
- <spring-integration.version>6.2.4</spring-integration.version>
- <fastjson.version>1.2.83</fastjson.version>
- </properties>
- <dependencyManagement>
- <dependencies>
- <!--springboot pom文件-->
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-dependencies</artifactId>
- <version>${spring-boot.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- </exclusion>
- </exclusions>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- <!-- Hutool - 强大的工具类库 -->
- <dependency>
- <groupId>cn.hutool</groupId>
- <artifactId>hutool-bom</artifactId>
- <version>${hutool.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- <dependency>
- <groupId>dev.langchain4j</groupId>
- <artifactId>langchain4j-spring-boot-starter</artifactId>
- <version>${langchain4j.version}</version>
- </dependency>
- <dependency>
- <groupId>dev.langchain4j</groupId>
- <artifactId>langchain4j-reactor</artifactId>
- <version>${langchain4j.version}</version>
- </dependency>
- <dependency>
- <groupId>dev.langchain4j</groupId>
- <artifactId>langchain4j-open-ai-spring-boot-starter</artifactId>
- <version>${langchain4j.version}</version>
- </dependency>
- <!--redis客户端-->
- <dependency>
- <groupId>org.redisson</groupId>
- <artifactId>redisson-spring-boot-starter</artifactId>
- <version>${redisson.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-logging</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>com.github.binarywang</groupId>
- <artifactId>weixin-java-miniapp</artifactId>
- <version>${wx.version}</version>
- </dependency>
- <!--微信对应工具类-->
- <dependency>
- <groupId>com.github.binarywang</groupId>
- <artifactId>weixin-java-mp</artifactId>
- <version>${wx.version}</version>
- </dependency>
- <!-- Sa-Token 权限认证,在线文档:https://sa-token.cc -->
- <dependency>
- <groupId>cn.dev33</groupId>
- <artifactId>sa-token-spring-boot3-starter</artifactId>
- <version>${satoken.version}</version>
- </dependency>
- <!-- Sa-Token 整合 RedisTemplate -->
- <dependency>
- <groupId>cn.dev33</groupId>
- <artifactId>sa-token-redis-template</artifactId>
- <version>${satoken.version}</version>
- </dependency>
- <!--使用mapstruct转换-->
- <dependency>
- <groupId>org.mapstruct</groupId>
- <artifactId>mapstruct</artifactId>
- <version>${mapstruct.version}</version>
- </dependency>
- <!-- ip地址查询 -->
- <dependency>
- <groupId>org.lionsoul</groupId>
- <artifactId>ip2region</artifactId>
- <version>${ip2region.version}</version>
- </dependency>
- <!--mybatis-plus-->
- <dependency>
- <groupId>org.mybatis</groupId>
- <artifactId>mybatis</artifactId>
- <version>${mybatis.version}</version>
- </dependency>
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>mybatis-plus-spring-boot3-starter</artifactId>
- <version>${mybatis-plus.version}</version>
- </dependency>
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>mybatis-plus-jsqlparser</artifactId>
- <version>${mybatis-plus.version}</version>
- </dependency>
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>mybatis-plus-generator</artifactId> <!-- 代码生成器,使用它解析表结构 -->
- <version>${mybatis-plus-generator.version}</version>
- </dependency>
- <!--mybatis-plus-->
- <!-- pagehelper 分页插件 -->
- <dependency>
- <groupId>com.github.pagehelper</groupId>
- <artifactId>pagehelper-spring-boot-starter</artifactId>
- <version>${pagehelper.boot.version}</version>
- <exclusions>
- <exclusion>
- <artifactId>log4j-to-slf4j</artifactId>
- <groupId>org.apache.logging.log4j</groupId>
- </exclusion>
- </exclusions>
- </dependency>
- <!--缓存-->
- <dependency>
- <groupId>com.github.ben-manes.caffeine</groupId>
- <artifactId>caffeine</artifactId>
- <version>${caffeine.version}</version>
- </dependency>
- <!--OSS模块-->
- <!--ali OSS存储-->
- <dependency>
- <groupId>com.aliyun.oss</groupId>
- <artifactId>aliyun-sdk-oss</artifactId>
- <version>${aliyun-oss.version}</version>
- </dependency>
- <!-- minio -->
- <dependency>
- <groupId>io.minio</groupId>
- <artifactId>minio</artifactId>
- <version>${minio.version}</version>
- </dependency>
- <!--OSS模块-->
- <!--系统硬件信息-->
- <dependency>
- <groupId>com.github.oshi</groupId>
- <artifactId>oshi-core</artifactId>
- <version>${oshi.core.version}</version>
- </dependency>
- <dependency>
- <groupId>com.deepoove</groupId>
- <artifactId>poi-tl</artifactId>
- <version>${poi-tl.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi-ooxml</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi</artifactId>
- <version>${poi.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi-ooxml</artifactId>
- <version>${poi.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi-ooxml-schemas</artifactId>
- <version>${poi-ooxml-schemas.version}</version>
- </dependency>
- <dependency>
- <groupId>com.github.whvcse</groupId>
- <artifactId>easy-captcha</artifactId>
- <version>${easy-captcha.version}</version>
- </dependency>
- <!--在线文档-->
- <dependency>
- <groupId>org.springdoc</groupId>
- <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
- <version>${springdoc.version}</version>
- </dependency>
- <dependency>
- <groupId>com.github.xiaoymin</groupId>
- <artifactId>knife4j-openapi3-jakarta-spring-boot-starter</artifactId>
- <version>${knife4j.verison}</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-lock</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- <version>${mysql-connector.version}</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>
- <!--satoken插件-->
- <dependency>
- <groupId>cn.tr</groupId>
- <artifactId>tr-spring-boot-starter-plugin-satoken</artifactId>
- <version>${revision}</version>
- </dependency>
- <!--租户插件-->
- <dependency>
- <groupId>cn.tr</groupId>
- <artifactId>tr-spring-boot-starter-plugin-biz-tenant</artifactId>
- <version>${revision}</version>
- </dependency>
- <!--打印banner插件-->
- <dependency>
- <groupId>cn.tr</groupId>
- <artifactId>tr-spring-boot-starter-plugin-banner</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>cn.tr</groupId>
- <artifactId>tr-spring-boot-starter-plugin-sse</artifactId>
- <version>${revision}</version>
- </dependency>
- <!--敏感词插件-->
- <dependency>
- <groupId>cn.tr</groupId>
- <artifactId>tr-spring-boot-starter-plugin-desensitize</artifactId>
- <version>${revision}</version>
- </dependency>
- <!--web插件-->
- <dependency>
- <groupId>cn.tr</groupId>
- <artifactId>tr-spring-boot-starter-plugin-web</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>cn.tr</groupId>
- <artifactId>tr-spring-boot-starter-plugin-quartz</artifactId>
- <version>${revision}</version>
- </dependency>
- <!--api模块-->
- <dependency>
- <groupId>cn.tr</groupId>
- <artifactId>tr-module-system-api</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>cn.tr</groupId>
- <artifactId>tr-module-system</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>cn.tr</groupId>
- <artifactId>tr-module-jgliu</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>cn.tr</groupId>
- <artifactId>tr-module-platform</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>cn.tr</groupId>
- <artifactId>tr-module-ai</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>cn.tr</groupId>
- <artifactId>tr-module-export</artifactId>
- <version>${revision}</version>
- </dependency>
- <!--导出api模块-->
- <dependency>
- <groupId>cn.tr</groupId>
- <artifactId>tr-module-export-api</artifactId>
- <version>${revision}</version>
- </dependency>
- <!--短信模块-->
- <dependency>
- <groupId>cn.tr</groupId>
- <artifactId>tr-spring-boot-starter-plugin-sms</artifactId>
- <version>${revision}</version>
- </dependency>
- <!--阿里云短信-->
- <dependency>
- <groupId>com.aliyun</groupId>
- <artifactId>dysmsapi20170525</artifactId>
- <version>${ali.sms.version}</version>
- </dependency>
- <dependency>
- <groupId>com.ibeetl</groupId>
- <artifactId>beetl-framework-starter</artifactId>
- <version>${beetl.version}</version>
- </dependency>
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>easyexcel</artifactId>
- <version>${easy-excel.version}</version>
- </dependency>
- <dependency>
- <groupId>commons-cli</groupId>
- <artifactId>commons-cli</artifactId>
- <version>${commons-cli.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- <version>${lang3.version}</version>
- </dependency>
- <dependency>
- <groupId>com.squareup.okhttp3</groupId>
- <artifactId>okhttp</artifactId>
- <version>${okhttp.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-log4j2</artifactId>
- <version>${spring-boot.version}</version>
- <exclusions>
- <exclusion>
- <artifactId>log4j-to-slf4j</artifactId>
- <groupId>org.apache.logging.log4j</groupId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>cn.tr</groupId>
- <artifactId>tr-spring-boot-starter-plugin-gen</artifactId>
- <version>${revision}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <version>${httpclient.version}</version>
- </dependency>
- <dependency>
- <groupId>com.github.kwaiopen</groupId>
- <artifactId>kwai-open-sdk</artifactId>
- <version>${kuaishou.version}</version>
- </dependency>
- <!--mqtt java客户端依赖-->
- <dependency>
- <groupId>org.springframework.integration</groupId>
- <artifactId>spring-integration-mqtt</artifactId>
- <version>${spring-integration.version}</version>
- </dependency>
- <!-- fastJson依赖 -->
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>fastjson</artifactId>
- <version>${fastjson.version}</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
- </project>
|