|
|
@ -2,108 +2,107 @@
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
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">
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<!--指定父工程-->
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
|
|
|
|
<groupId>com.dsideal.framework</groupId>
|
|
|
|
|
|
|
|
<artifactId>rough</artifactId>
|
|
|
|
|
|
|
|
<version>1.0.0</version>
|
|
|
|
|
|
|
|
<relativePath/>
|
|
|
|
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<!--项目信息-->
|
|
|
|
<groupId>dsideal</groupId>
|
|
|
|
<artifactId>ds-base</artifactId>
|
|
|
|
<artifactId>ds-base</artifactId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
<version>1.0</version>
|
|
|
|
<name>ds-base</name>
|
|
|
|
|
|
|
|
<!--使用jdk21进行编译-->
|
|
|
|
<!--使用jdk21进行编译-->
|
|
|
|
<properties>
|
|
|
|
<properties>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<maven.compiler.source>21</maven.compiler.source>
|
|
|
|
<maven.compiler.source>21</maven.compiler.source>
|
|
|
|
<maven.compiler.target>21</maven.compiler.target>
|
|
|
|
<maven.compiler.target>21</maven.compiler.target>
|
|
|
|
</properties>
|
|
|
|
</properties>
|
|
|
|
<!--依赖包-->
|
|
|
|
<!-- 使用阿里 maven 库 -->
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
|
|
|
|
<repository>
|
|
|
|
|
|
|
|
<id>ali-maven</id>
|
|
|
|
|
|
|
|
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
|
|
|
|
|
|
|
|
<releases>
|
|
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
|
|
</releases>
|
|
|
|
|
|
|
|
<snapshots>
|
|
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
|
|
<updatePolicy>always</updatePolicy>
|
|
|
|
|
|
|
|
<checksumPolicy>fail</checksumPolicy>
|
|
|
|
|
|
|
|
</snapshots>
|
|
|
|
|
|
|
|
</repository>
|
|
|
|
|
|
|
|
</repositories>
|
|
|
|
<dependencies>
|
|
|
|
<dependencies>
|
|
|
|
<!--jfinal主框架-->
|
|
|
|
<!--jfinal主框架-->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.jfinal</groupId>
|
|
|
|
<groupId>com.jfinal</groupId>
|
|
|
|
<artifactId>jfinal</artifactId>
|
|
|
|
<artifactId>jfinal</artifactId>
|
|
|
|
<version>${jfinal.version}</version>
|
|
|
|
<version>5.2.1</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.jfinal</groupId>
|
|
|
|
<groupId>com.jfinal</groupId>
|
|
|
|
<artifactId>jfinal-undertow</artifactId>
|
|
|
|
<artifactId>jfinal-undertow</artifactId>
|
|
|
|
<version>${jfinal.undertow.version}</version>
|
|
|
|
<version>3.6</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.jfinal</groupId>
|
|
|
|
<groupId>com.jfinal</groupId>
|
|
|
|
<artifactId>cos</artifactId>
|
|
|
|
<artifactId>cos</artifactId>
|
|
|
|
<version>${jfinal.cos.version}</version>
|
|
|
|
<version>2022.2</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<!-- https://mvnrepository.com/artifact/cn.hutool/hutool-all -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>cn.hutool</groupId>
|
|
|
|
<groupId>cn.smallbun.screw</groupId>
|
|
|
|
<artifactId>hutool-all</artifactId>
|
|
|
|
<artifactId>screw-core</artifactId>
|
|
|
|
<version>${hutool.version}</version>
|
|
|
|
<version>1.0.5</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>mysql</groupId>
|
|
|
|
|
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
|
|
|
|
|
<version>8.0.28</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.jsoup/jsoup -->
|
|
|
|
<!-- https://mvnrepository.com/artifact/io.minio/minio -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jsoup</groupId>
|
|
|
|
<groupId>io.minio</groupId>
|
|
|
|
<artifactId>jsoup</artifactId>
|
|
|
|
<artifactId>minio</artifactId>
|
|
|
|
<version>${jsoup.version}</version>
|
|
|
|
<version>8.5.12</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--https://blog.csdn.net/AdminGuan/article/details/100147488-->
|
|
|
|
|
|
|
|
<!--JWT,用于鉴权-->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.jsonwebtoken</groupId>
|
|
|
|
<groupId>io.jsonwebtoken</groupId>
|
|
|
|
<artifactId>jjwt</artifactId>
|
|
|
|
<artifactId>jjwt</artifactId>
|
|
|
|
<version>0.7.0</version>
|
|
|
|
<version>0.7.0</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<!-- SLF4J API -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
|
|
|
|
<version>${slf4j-api.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Log4j 作为 SLF4J 的实现 -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<groupId>javax.xml.bind</groupId>
|
|
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
|
|
<artifactId>jaxb-api</artifactId>
|
|
|
|
<version>${slf4j-log4j12.version}</version>
|
|
|
|
<version>2.3.1</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!--引用json库-->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
<groupId>net.sf.json-lib</groupId>
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
<artifactId>json-lib</artifactId>
|
|
|
|
<version>${log4j.version}</version>
|
|
|
|
<version>2.4</version>
|
|
|
|
|
|
|
|
<classifier>jdk15</classifier>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<!--引用Mongodb的JFinal插件-->
|
|
|
|
<!--引用Mongodb的JFinal插件-->
|
|
|
|
<!-- https://mvnrepository.com/artifact/com.cybermkd/MongodbPlugin -->
|
|
|
|
<!-- https://mvnrepository.com/artifact/com.cybermkd/MongodbPlugin -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.cybermkd</groupId>
|
|
|
|
<groupId>com.cybermkd</groupId>
|
|
|
|
<artifactId>MongodbPlugin</artifactId>
|
|
|
|
<artifactId>MongodbPlugin</artifactId>
|
|
|
|
<version>${MongodbPlugin.version}</version>
|
|
|
|
<version>1.0.8.2</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.mongodb/mongo-java-driver -->
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.mongodb/mongo-java-driver -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mongodb</groupId>
|
|
|
|
<groupId>org.mongodb</groupId>
|
|
|
|
<artifactId>mongo-java-driver</artifactId>
|
|
|
|
<artifactId>mongo-java-driver</artifactId>
|
|
|
|
<version>${mongo-java-driver.version}</version>
|
|
|
|
<version>3.12.14</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.yaml</groupId>
|
|
|
|
|
|
|
|
<artifactId>snakeyaml</artifactId>
|
|
|
|
|
|
|
|
<version>${snakeyaml.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.apache.directory.studio/org.apache.commons.codec -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.directory.studio</groupId>
|
|
|
|
|
|
|
|
<artifactId>org.apache.commons.codec</artifactId>
|
|
|
|
|
|
|
|
<version>1.8</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<!-- https://mvnrepository.com/artifact/io.minio/minio -->
|
|
|
|
|
|
|
|
|
|
|
|
<!--科拓签名用的包-->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.minio</groupId>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>minio</artifactId>
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
<version>${minio.version}</version>
|
|
|
|
<version>21.0</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<!--引用光-->
|
|
|
|
<!--引用光-->
|
|
|
|
<!-- https://mvnrepository.com/artifact/com.zaxxer/HikariCP -->
|
|
|
|
<!-- https://mvnrepository.com/artifact/com.zaxxer/HikariCP -->
|
|
|
@ -112,17 +111,109 @@
|
|
|
|
<artifactId>HikariCP</artifactId>
|
|
|
|
<artifactId>HikariCP</artifactId>
|
|
|
|
<version>4.0.3</version>
|
|
|
|
<version>4.0.3</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!--日志logback-->
|
|
|
|
<!--日志logback-->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
|
<artifactId>logback-classic</artifactId>
|
|
|
|
<artifactId>logback-classic</artifactId>
|
|
|
|
<version>1.5.6</version>
|
|
|
|
<version>1.5.6</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java -->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
|
|
|
|
|
|
|
|
<!--安装hutool-->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>mysql</groupId>
|
|
|
|
<groupId>cn.hutool</groupId>
|
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
|
<artifactId>hutool-all</artifactId>
|
|
|
|
<version>8.0.28</version>
|
|
|
|
<version>5.8.29</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!--引用fastjson-->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
|
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
|
|
|
|
|
<version>2.0.45</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--引用jsoup防止xss攻击-->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.jsoup</groupId>
|
|
|
|
|
|
|
|
<artifactId>jsoup</artifactId>
|
|
|
|
|
|
|
|
<version>1.17.2</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--引用gson-->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.google.code.gson</groupId>
|
|
|
|
|
|
|
|
<artifactId>gson</artifactId>
|
|
|
|
|
|
|
|
<version>2.10.1</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
|
|
|
|
<version>2.14.0</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
|
|
|
<artifactId>commons-email</artifactId>
|
|
|
|
|
|
|
|
<version>1.5</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
|
|
|
|
<version>3.12.0</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.dom4j</groupId>
|
|
|
|
|
|
|
|
<artifactId>dom4j</artifactId>
|
|
|
|
|
|
|
|
<version>2.1.4</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/redis.clients/jedis -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>redis.clients</groupId>
|
|
|
|
|
|
|
|
<artifactId>jedis</artifactId>
|
|
|
|
|
|
|
|
<version>5.1.0</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
|
|
|
|
<artifactId>httpmime</artifactId>
|
|
|
|
|
|
|
|
<version>4.5.14</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
|
|
|
|
<artifactId>log4j-core</artifactId>
|
|
|
|
|
|
|
|
<version>2.20.0</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
|
|
|
|
<artifactId>log4j-api</artifactId>
|
|
|
|
|
|
|
|
<version>2.20.0</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
|
|
|
|
<artifactId>slf4j-simple</artifactId>
|
|
|
|
|
|
|
|
<version>1.7.36</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
|
|
|
<artifactId>jackson-core</artifactId>
|
|
|
|
|
|
|
|
<version>2.17.2</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
|
|
|
|
|
<version>2.17.2</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!--引用ssh+sftp组件-->
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/com.github.mwiede/jsch -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.github.mwiede</groupId>
|
|
|
|
|
|
|
|
<artifactId>jsch</artifactId>
|
|
|
|
|
|
|
|
<version>0.2.19</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencies>
|
|
|
|
<build>
|
|
|
|
<build>
|
|
|
@ -141,4 +232,4 @@
|
|
|
|
</plugin>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</build>
|
|
|
|
</project>
|
|
|
|
</project>
|