|
|
|
@ -3,9 +3,13 @@
|
|
|
|
|
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>dsideal</groupId>
|
|
|
|
|
<artifactId>ds-build</artifactId>
|
|
|
|
|
<version>1.0</version>
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>dsideal</groupId>
|
|
|
|
|
<artifactId>dsProject</artifactId>
|
|
|
|
|
<version>1.0</version>
|
|
|
|
|
</parent>
|
|
|
|
|
<!--使用jdk21进行编译-->
|
|
|
|
|
<properties>
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
@ -27,25 +31,27 @@
|
|
|
|
|
</snapshots>
|
|
|
|
|
</repository>
|
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
<!--jfinal主框架-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.jfinal</groupId>
|
|
|
|
|
<artifactId>jfinal</artifactId>
|
|
|
|
|
<version>5.2.1</version>
|
|
|
|
|
<version>${jfinal.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.jfinal</groupId>
|
|
|
|
|
<artifactId>jfinal-undertow</artifactId>
|
|
|
|
|
<version>3.6</version>
|
|
|
|
|
<version>${jfinal-undertow.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.jfinal</groupId>
|
|
|
|
|
<artifactId>cos</artifactId>
|
|
|
|
|
<version>2022.2</version>
|
|
|
|
|
<version>${jfinal-cos.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>cn.smallbun.screw</groupId>
|
|
|
|
|
<artifactId>screw-core</artifactId>
|
|
|
|
@ -55,23 +61,16 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>mysql</groupId>
|
|
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
|
|
<version>8.0.28</version>
|
|
|
|
|
<version>${mysql.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/io.minio/minio -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.minio</groupId>
|
|
|
|
|
<artifactId>minio</artifactId>
|
|
|
|
|
<version>8.5.12</version>
|
|
|
|
|
<version>${minio.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!--https://blog.csdn.net/AdminGuan/article/details/100147488-->
|
|
|
|
|
<!--JWT,用于鉴权-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.jsonwebtoken</groupId>
|
|
|
|
|
<artifactId>jjwt</artifactId>
|
|
|
|
|
<version>0.7.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>javax.xml.bind</groupId>
|
|
|
|
|
<artifactId>jaxb-api</artifactId>
|
|
|
|
@ -84,33 +83,6 @@
|
|
|
|
|
<version>2.4</version>
|
|
|
|
|
<classifier>jdk15</classifier>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!--引用Mongodb的JFinal插件-->
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/com.cybermkd/MongodbPlugin -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.cybermkd</groupId>
|
|
|
|
|
<artifactId>MongodbPlugin</artifactId>
|
|
|
|
|
<version>1.0.8.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.mongodb/mongo-java-driver -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.mongodb</groupId>
|
|
|
|
|
<artifactId>mongo-java-driver</artifactId>
|
|
|
|
|
<version>3.12.14</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!--科拓签名用的包-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
|
<version>21.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!--引用光-->
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/com.zaxxer/HikariCP -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.zaxxer</groupId>
|
|
|
|
|
<artifactId>HikariCP</artifactId>
|
|
|
|
|
<version>4.0.3</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!--日志logback-->
|
|
|
|
|
<dependency>
|
|
|
|
@ -124,13 +96,13 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>cn.hutool</groupId>
|
|
|
|
|
<artifactId>hutool-all</artifactId>
|
|
|
|
|
<version>5.8.29</version>
|
|
|
|
|
<version>${hutool.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!--引用fastjson-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
|
|
<version>2.0.45</version>
|
|
|
|
|
<version>${fastjson.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!--引用jsoup防止xss攻击-->
|
|
|
|
@ -170,7 +142,7 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>redis.clients</groupId>
|
|
|
|
|
<artifactId>jedis</artifactId>
|
|
|
|
|
<version>5.1.0</version>
|
|
|
|
|
<version>${jedis.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|