|
|
@ -35,33 +35,23 @@
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.jfinal</groupId>
|
|
|
|
<groupId>com.jfinal</groupId>
|
|
|
|
<artifactId>jfinal</artifactId>
|
|
|
|
<artifactId>jfinal</artifactId>
|
|
|
|
<version>5.2.4</version>
|
|
|
|
<version>${jfinal.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.jfinal</groupId>
|
|
|
|
<groupId>com.jfinal</groupId>
|
|
|
|
<artifactId>jfinal-undertow</artifactId>
|
|
|
|
<artifactId>jfinal-undertow</artifactId>
|
|
|
|
<version>3.7</version>
|
|
|
|
<version>${jfinal-undertow.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.jfinal</groupId>
|
|
|
|
<groupId>com.jfinal</groupId>
|
|
|
|
<artifactId>cos</artifactId>
|
|
|
|
<artifactId>cos</artifactId>
|
|
|
|
<version>2022.2</version>
|
|
|
|
<version>${jfinal-cos.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<!-- JApiDocs -->
|
|
|
|
<!-- JApiDocs -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.github.yedaxia</groupId>
|
|
|
|
<groupId>io.github.yedaxia</groupId>
|
|
|
|
<artifactId>japidocs</artifactId>
|
|
|
|
<artifactId>japidocs</artifactId>
|
|
|
|
<version>1.4.4</version>
|
|
|
|
<version>${japidocs.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.github.icecooly</groupId>
|
|
|
|
|
|
|
|
<artifactId>FastHttpClient</artifactId>
|
|
|
|
|
|
|
|
<version>1.10</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>de.ruedigermoeller</groupId>
|
|
|
|
|
|
|
|
<artifactId>fst</artifactId>
|
|
|
|
|
|
|
|
<version>3.0.4-jdk17</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!--https://blog.csdn.net/AdminGuan/article/details/100147488-->
|
|
|
|
<!--https://blog.csdn.net/AdminGuan/article/details/100147488-->
|
|
|
@ -69,14 +59,7 @@
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.jsonwebtoken</groupId>
|
|
|
|
<groupId>io.jsonwebtoken</groupId>
|
|
|
|
<artifactId>jjwt</artifactId>
|
|
|
|
<artifactId>jjwt</artifactId>
|
|
|
|
<version>0.7.0</version>
|
|
|
|
<version>${jjwt.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!--引用json库-->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>net.sf.json-lib</groupId>
|
|
|
|
|
|
|
|
<artifactId>json-lib</artifactId>
|
|
|
|
|
|
|
|
<version>2.4</version>
|
|
|
|
|
|
|
|
<classifier>jdk15</classifier>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!--引入定时器组件-->
|
|
|
|
<!--引入定时器组件-->
|
|
|
@ -91,7 +74,7 @@
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.zaxxer</groupId>
|
|
|
|
<groupId>com.zaxxer</groupId>
|
|
|
|
<artifactId>HikariCP</artifactId>
|
|
|
|
<artifactId>HikariCP</artifactId>
|
|
|
|
<version>6.3.0</version>
|
|
|
|
<version>${HikariCP.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
@ -179,13 +162,6 @@
|
|
|
|
<version>${snakeyaml.version}</version>
|
|
|
|
<version>${snakeyaml.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</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>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
<artifactId>log4j-core</artifactId>
|
|
|
|
<artifactId>log4j-core</artifactId>
|
|
|
|