| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382 |
- <?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-parent</artifactId>
- <version>3.5.11</version>
- <relativePath/> <!-- lookup parent from repository -->
- </parent>
- <groupId>com</groupId>
- <artifactId>zjrs</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- <name>zjrs-service-backend</name>
- <description>zjrs-service-backend</description>
- <properties>
- <java.version>17</java.version>
- </properties>
- <dependencies>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-web</artifactId>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-validation</artifactId>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-test</artifactId>
- <scope>test</scope>
- </dependency>
- <!-- Hutool工具包 -->
- <dependency>
- <groupId>cn.hutool</groupId>
- <artifactId>hutool-all</artifactId>
- <version>5.8.26</version>
- </dependency>
- <!-- 本地依赖 -->
- <dependency>
- <groupId>com.leaf6</groupId>
- <artifactId>leaf6-uni-cloud-starter</artifactId>
- <version>1.0.0-SinoBest.20</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/src/main/resources/lib/leaf6-uni-cloud-starter-1.0.0-SinoBest.20.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.leaf6</groupId>
- <artifactId>leaf6-core-framework</artifactId>
- <version>2.0.0-SinoBest.21</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/src/main/resources/lib/leaf6-core-framework-2.0.0-SinoBest.21.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.leaf6</groupId>
- <artifactId>leaf6-uni-security</artifactId>
- <version>2.0.0-SinoBest.21</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/src/main/resources/lib/leaf6-uni-security-2.0.0-SinoBest.21.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.leaf6</groupId>
- <artifactId>leaf6-core-cache</artifactId>
- <version>2.0.0-SinoBest.21</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/src/main/resources/lib/leaf6-core-cache-2.0.0-SinoBest.21.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.leaf6</groupId>
- <artifactId>leaf6-core-framework-persistens-mybatis</artifactId>
- <version>2.0.0-SinoBest.21</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/src/main/resources/lib/leaf6-core-framework-persistens-mybatis-2.0.0-SinoBest.21.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.leaf6</groupId>
- <artifactId>leaf6-core-log</artifactId>
- <version>2.0.0-SinoBest.21</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/src/main/resources/lib/leaf6-core-log-2.0.0-SinoBest.21.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.leaf6</groupId>
- <artifactId>leaf6-core-security</artifactId>
- <version>2.0.0-SinoBest.21</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/src/main/resources/lib/leaf6-core-security-2.0.0-SinoBest.21.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.leaf6</groupId>
- <artifactId>leaf6-core-uc</artifactId>
- <version>2.0.0-SinoBest.21</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/src/main/resources/lib/leaf6-core-uc-2.0.0-SinoBest.21.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.leaf6</groupId>
- <artifactId>leaf6-uni-cloud-starter</artifactId>
- <version>1.0.0-SinoBest.21</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/src/main/resources/lib/leaf6-uni-cloud-starter-1.0.0-SinoBest.21.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.leaf6</groupId>
- <artifactId>leaf6-uni-common</artifactId>
- <version>2.0.0-SinoBest.21</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/src/main/resources/lib/leaf6-uni-common-2.0.0-SinoBest.21.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.leaf6</groupId>
- <artifactId>leaf6-uni-common-persisterns-mybatis</artifactId>
- <version>2.0.0-SinoBest.21</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/src/main/resources/lib/leaf6-uni-common-persisterns-mybatis-2.0.0-SinoBest.21.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.leaf6</groupId>
- <artifactId>leaf6-uni-feign</artifactId>
- <version>2.0.0-SinoBest.21</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/src/main/resources/lib/leaf6-uni-feign-2.0.0-SinoBest.21.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.leaf6</groupId>
- <artifactId>leaf6-uni-log</artifactId>
- <version>2.0.0-SinoBest.21</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/src/main/resources/lib/leaf6-uni-log-2.0.0-SinoBest.21.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.leaf6</groupId>
- <artifactId>leaf6-uni-log-mybatis</artifactId>
- <version>2.0.0-SinoBest.21</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/src/main/resources/lib/leaf6-uni-log-mybatis-2.0.0-SinoBest.21.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
- <version>1.60</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/src/main/resources/lib/bcprov-jdk15on-1.60.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.yinhai.bcpcs</groupId>
- <artifactId>bcp-httpcs</artifactId>
- <version>1.4</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/src/main/resources/lib/bcp-httpcs-1.4.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi</artifactId>
- <version>4.1.2</version>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi-ooxml</artifactId>
- <version>4.1.2</version>
- </dependency>
- <!-- Swagger3 依赖 -->
- <dependency>
- <groupId>io.springfox</groupId>
- <artifactId>springfox-boot-starter</artifactId>
- <version>3.0.0</version>
- </dependency>
- <!-- MyBatis Plus 依赖 -->
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>mybatis-plus-boot-starter</artifactId>
- <version>3.5.1</version>
- </dependency>
- <!-- Google Kaptcha 依赖 -->
- <dependency>
- <groupId>com.github.penggle</groupId>
- <artifactId>kaptcha</artifactId>
- <version>2.3.2</version>
- </dependency>
- <!-- Apache Commons Lang 依赖 -->
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.6</version>
- </dependency>
- <!-- Fastjson 依赖 -->
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>fastjson</artifactId>
- <version>1.2.76</version>
- </dependency>
- <!-- Micrometer Core 依赖 -->
- <dependency>
- <groupId>io.micrometer</groupId>
- <artifactId>micrometer-core</artifactId>
- <version>1.9.0</version>
- </dependency>
- <!-- AOP -->
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-aop</artifactId>
- </dependency>
- <dependency>
- <groupId>com.fasterxml.jackson.datatype</groupId>
- <artifactId>jackson-datatype-hibernate5</artifactId>
- <version>2.15.2</version>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-core</artifactId>
- <version>5.6.15.Final</version>
- </dependency>
- <dependency>
- <groupId>org.springdoc</groupId>
- <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
- <version>2.8.5</version>
- </dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <version>4.5.14</version>
- </dependency>
- <dependency>
- <groupId>org.dom4j</groupId>
- <artifactId>dom4j</artifactId>
- <version>2.1.4</version>
- </dependency>
- <dependency>
- <groupId>io.github.openfeign</groupId>
- <artifactId>feign-core</artifactId>
- <version>13.2.1</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-security</artifactId>
- </dependency>
- <dependency>
- <groupId>net.sf.sevenzipjbinding</groupId>
- <artifactId>sevenzipjbinding</artifactId>
- <version>16.02-2.01</version>
- </dependency>
- <dependency>
- <groupId>net.sf.sevenzipjbinding</groupId>
- <artifactId>sevenzipjbinding-all-platforms</artifactId>
- <version>16.02-2.01</version>
- </dependency>
- <dependency>
- <groupId>net.lingala.zip4j</groupId>
- <artifactId>zip4j</artifactId>
- <version>2.11.5</version>
- </dependency>
- <dependency>
- <groupId>org.projectlombok</groupId>
- <artifactId>lombok</artifactId>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>2.11.0</version>
- </dependency>
- <dependency>
- <groupId>com.auth0</groupId>
- <artifactId>java-jwt</artifactId>
- <version>4.4.0</version>
- </dependency>
- <dependency>
- <groupId>com.google.zxing</groupId>
- <artifactId>core</artifactId>
- <version>3.5.3</version>
- </dependency>
- <dependency>
- <groupId>com.google.zxing</groupId>
- <artifactId>javase</artifactId>
- <version>3.5.3</version>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-test</artifactId>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-data-redis</artifactId>
- </dependency>
- <dependency>
- <groupId>io.jsonwebtoken</groupId>
- <artifactId>jjwt-api</artifactId>
- <version>0.12.5</version>
- </dependency>
- <dependency>
- <groupId>io.jsonwebtoken</groupId>
- <artifactId>jjwt-impl</artifactId>
- <version>0.12.5</version>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>io.jsonwebtoken</groupId>
- <artifactId>jjwt-jackson</artifactId>
- <version>0.12.5</version>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils</artifactId>
- <version>1.9.4</version>
- </dependency>
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>mybatis-plus-spring-boot3-starter</artifactId>
- <version>3.5.10.1</version>
- </dependency>
- <dependency>
- <groupId>org.codehaus.jackson</groupId>
- <artifactId>jackson-mapper-asl</artifactId>
- <version>1.9.13</version>
- </dependency>
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.eclipse.transformer</groupId>
- <artifactId>transformer-maven-plugin</artifactId>
- <version>0.5.0</version>
- <extensions>true</extensions>
- <configuration>
- <rules>
- <jakarta>true</jakarta>
- </rules>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>run</goal>
- </goals>
- <phase>package</phase>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </project>
|