You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
230 lines
7.2 KiB
230 lines
7.2 KiB
<?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> |
|
<parent> |
|
<groupId>com.biutag</groupId> |
|
<artifactId>mailbox-boot</artifactId> |
|
<version>1.0</version> |
|
</parent> |
|
|
|
<artifactId>mailbox-lan</artifactId> |
|
<description>局长信箱-内网端</description> |
|
|
|
<dependencies> |
|
<dependency> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-starter-validation</artifactId> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-starter-web</artifactId> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-starter-tomcat</artifactId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-starter-test</artifactId> |
|
<scope>test</scope> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-starter-websocket</artifactId> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.tongweb.springboot</groupId> |
|
<artifactId>tongweb-spring-boot-starter-3.x</artifactId> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.projectlombok</groupId> |
|
<artifactId>lombok</artifactId> |
|
<optional>true</optional> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>Vastbase</groupId> |
|
<artifactId>VastbaseG100_jdbc</artifactId> |
|
</dependency> |
|
|
|
<!-- <dependency>--> |
|
<!-- <groupId>org.postgresql</groupId>--> |
|
<!-- <artifactId>postgresql</artifactId>--> |
|
<!-- <version>42.7.4</version>--> |
|
<!-- </dependency>--> |
|
|
|
<dependency> |
|
<groupId>com.baomidou</groupId> |
|
<artifactId>mybatis-plus-boot-starter</artifactId> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.mybatis</groupId> |
|
<artifactId>mybatis-spring</artifactId> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>${project.groupId}</groupId> |
|
<artifactId>mailbox-common</artifactId> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-starter-actuator</artifactId> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.github.penggle</groupId> |
|
<artifactId>kaptcha</artifactId> |
|
<version>2.3.2</version> |
|
</dependency> |
|
|
|
<!-- SaToken --> |
|
<dependency> |
|
<groupId>cn.dev33</groupId> |
|
<artifactId>sa-token-spring-boot3-starter</artifactId> |
|
<version>1.37.0</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>cn.dev33</groupId> |
|
<artifactId>sa-token-redis</artifactId> |
|
<version>1.37.0</version> |
|
</dependency> |
|
|
|
<!-- Quartz-Scheduler --> |
|
<dependency> |
|
<groupId>org.quartz-scheduler</groupId> |
|
<artifactId>quartz</artifactId> |
|
<version>2.3.2</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.alibaba</groupId> |
|
<artifactId>easyexcel</artifactId> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>com.aspose</groupId> |
|
<artifactId>aspose-words</artifactId> |
|
<version>15.8.0</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>jakarta.websocket</groupId> |
|
<artifactId>jakarta.websocket-api</artifactId> |
|
<version>2.2.0-M1</version> |
|
<scope>provided</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>jakarta.websocket</groupId> |
|
<artifactId>jakarta.websocket-client-api</artifactId> |
|
<version>2.2.0-M1</version> |
|
<scope>provided</scope> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-starter-data-redis</artifactId> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.jsoup</groupId> |
|
<artifactId>jsoup</artifactId> |
|
<version>1.17.2</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.freemarker</groupId> |
|
<artifactId>freemarker</artifactId> |
|
<version>2.3.32</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>cn.com.jit</groupId> |
|
<artifactId>authSDK</artifactId> |
|
<version>3.0.3</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>dom4j</groupId> |
|
<artifactId>dom4j</artifactId> |
|
<version>1.6.1</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>commons-httpclient</groupId> |
|
<artifactId>commons-httpclient</artifactId> |
|
<version>3.0.1</version> |
|
</dependency> |
|
|
|
<!--knife4j--> |
|
<dependency> |
|
<groupId>com.github.xiaoymin</groupId> |
|
<artifactId>knife4j-openapi3-jakarta-spring-boot-starter</artifactId> |
|
<version>4.1.0</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>redis.clients</groupId> |
|
<artifactId>jedis</artifactId> |
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
<build> |
|
<plugins> |
|
<plugin> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
<configuration> |
|
<excludes> |
|
<exclude> |
|
<groupId>org.projectlombok</groupId> |
|
<artifactId>lombok</artifactId> |
|
</exclude> |
|
</excludes> |
|
</configuration> |
|
<executions> |
|
<execution> |
|
<goals> |
|
<goal>repackage</goal> |
|
</goals> |
|
</execution> |
|
</executions> |
|
</plugin> |
|
<plugin> |
|
<groupId>org.apache.maven.plugins</groupId> |
|
<artifactId>maven-compiler-plugin</artifactId> |
|
<configuration> |
|
<source>17</source> |
|
<target>17</target> |
|
</configuration> |
|
</plugin> |
|
|
|
</plugins> |
|
|
|
<resources> |
|
<resource> |
|
<directory>src/main/resources</directory> |
|
<filtering>false</filtering> |
|
</resource> |
|
<resource> |
|
<directory>src/main/resources</directory> |
|
<includes> |
|
<include>application.yml</include> |
|
</includes> |
|
<filtering>true</filtering> |
|
</resource> |
|
</resources> |
|
<finalName>mailbox-lan</finalName> |
|
</build> |
|
|
|
</project> |