2026-02-04 23:46:37 +08:00
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2026-01-16 14:13:44 +08:00
|
|
|
|
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>
|
2026-02-02 23:29:47 +08:00
|
|
|
|
<groupId>TGLW</groupId>
|
|
|
|
|
|
<artifactId>TGLW</artifactId>
|
2026-01-16 14:13:44 +08:00
|
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
|
|
|
<packaging>war</packaging>
|
|
|
|
|
|
<properties>
|
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
|
<!-- spring版本<E78988>?-->
|
|
|
|
|
|
<spring.version>5.1.12.RELEASE</spring.version>
|
|
|
|
|
|
<spring-data-jpa.version>2.0.14.RELEASE</spring-data-jpa.version>
|
|
|
|
|
|
<spring-data-elasticsearch.version>3.2.7.RELEASE</spring-data-elasticsearch.version>
|
|
|
|
|
|
<security.version>3.2.2.RELEASE</security.version>
|
|
|
|
|
|
<httpclient.version>4.5.3</httpclient.version>
|
|
|
|
|
|
<!-- mybatis -->
|
|
|
|
|
|
<mybatis.version>3.5.1</mybatis.version>
|
|
|
|
|
|
<mybatis-spring.version>2.0.4</mybatis-spring.version>
|
|
|
|
|
|
<!-- 工作<E5B7A5>?-->
|
|
|
|
|
|
<activiti.version>5.22.0</activiti.version>
|
|
|
|
|
|
<!-- 数据<E695B0>?-->
|
|
|
|
|
|
</properties>
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
<!-- spring核心<E6A0B8>?-->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
|
<artifactId>spring-core</artifactId>
|
|
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
|
<artifactId>spring-web</artifactId>
|
|
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
|
<artifactId>spring-oxm</artifactId>
|
|
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
|
<artifactId>spring-tx</artifactId>
|
|
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
|
<artifactId>spring-jdbc</artifactId>
|
|
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
|
<artifactId>spring-webmvc</artifactId>
|
|
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
|
<artifactId>spring-aop</artifactId>
|
|
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
|
<artifactId>spring-aspects</artifactId>
|
|
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
|
<artifactId>spring-context-support</artifactId>
|
|
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
|
<artifactId>spring-test</artifactId>
|
|
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.springframework.data</groupId>
|
|
|
|
|
|
<artifactId>spring-data-jpa</artifactId>
|
|
|
|
|
|
<version>${spring-data-jpa.version}</version>
|
|
|
|
|
|
<exclusions>
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
|
|
<artifactId>junit-dep</artifactId>
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
|
<artifactId>spring-orm</artifactId>
|
|
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.aspectj</groupId>
|
|
|
|
|
|
<artifactId>aspectjweaver</artifactId>
|
|
|
|
|
|
<version>1.7.4</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.aspectj</groupId>
|
|
|
|
|
|
<artifactId>aspectjrt</artifactId>
|
|
|
|
|
|
<version>1.7.4</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>cn.hutool</groupId>
|
|
|
|
|
|
<artifactId>hutool-all</artifactId>
|
|
|
|
|
|
<version>5.7.16</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- spring-security -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
|
|
|
<artifactId>spring-security-core</artifactId>
|
|
|
|
|
|
<version>${security.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
|
|
|
<artifactId>spring-security-config</artifactId>
|
|
|
|
|
|
<version>${security.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
|
|
|
<artifactId>spring-security-taglibs</artifactId>
|
|
|
|
|
|
<version>${security.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- httpclient -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
|
|
<artifactId>httpclient</artifactId>
|
|
|
|
|
|
<version>${httpclient.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- mybatis -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.mybatis.generator</groupId>
|
|
|
|
|
|
<artifactId>mybatis-generator-core</artifactId>
|
|
|
|
|
|
<version>1.3.5</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.mybatis</groupId>
|
|
|
|
|
|
<artifactId>mybatis</artifactId>
|
|
|
|
|
|
<version>${mybatis.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.mybatis</groupId>
|
|
|
|
|
|
<artifactId>mybatis-spring</artifactId>
|
|
|
|
|
|
<version>${mybatis-spring.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 阿里数据库连接池 -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
|
|
<artifactId>druid</artifactId>
|
|
|
|
|
|
<version>1.1.10</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.microsoft.sqlserver</groupId>
|
|
|
|
|
|
<artifactId>sqljdbc4</artifactId>
|
|
|
|
|
|
<version>4.0</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 图片信息 -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.drewnoakes</groupId>
|
|
|
|
|
|
<artifactId>metadata-extractor</artifactId>
|
|
|
|
|
|
<version>2.7.0</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- quartz -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.quartz-scheduler</groupId>
|
|
|
|
|
|
<artifactId>quartz</artifactId>
|
|
|
|
|
|
<version>2.2.1</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.quartz-scheduler</groupId>
|
|
|
|
|
|
<artifactId>quartz-jobs</artifactId>
|
|
|
|
|
|
<version>2.2.1</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- activiti -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
|
<artifactId>jackson-core</artifactId>
|
|
|
|
|
|
<version>2.9.8</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
|
|
|
<version>2.9.8</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- log4j2 -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
|
|
<artifactId>log4j-api</artifactId>
|
|
|
|
|
|
<version>2.17.0</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
|
|
<artifactId>log4j-core</artifactId>
|
|
|
|
|
|
<version>2.17.0</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.codehaus.jackson</groupId>
|
|
|
|
|
|
<artifactId>jackson-mapper-asl</artifactId>
|
|
|
|
|
|
<version>1.9.13</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.activiti</groupId>
|
|
|
|
|
|
<artifactId>activiti-engine</artifactId>
|
|
|
|
|
|
<version>${activiti.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.activiti</groupId>
|
|
|
|
|
|
<artifactId>activiti-spring</artifactId>
|
|
|
|
|
|
<version>${activiti.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.activiti</groupId>
|
|
|
|
|
|
<artifactId>activiti-json-converter</artifactId>
|
|
|
|
|
|
<version>${activiti.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.activiti</groupId>
|
|
|
|
|
|
<artifactId>activiti-explorer</artifactId>
|
|
|
|
|
|
<version>${activiti.version}</version>
|
|
|
|
|
|
<exclusions>
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
<artifactId>vaadin</artifactId>
|
|
|
|
|
|
<groupId>com.vaadin</groupId>
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
<artifactId>dcharts-widget</artifactId>
|
|
|
|
|
|
<groupId>org.vaadin.addons</groupId>
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
<artifactId>activiti-simple-workflow</artifactId>
|
|
|
|
|
|
<groupId>org.activiti</groupId>
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.activiti</groupId>
|
|
|
|
|
|
<artifactId>activiti-modeler</artifactId>
|
|
|
|
|
|
<version>${activiti.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.activiti</groupId>
|
|
|
|
|
|
<artifactId>activiti-rest</artifactId>
|
|
|
|
|
|
<version>${activiti.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.activiti</groupId>
|
|
|
|
|
|
<artifactId>activiti-diagram-rest</artifactId>
|
|
|
|
|
|
<version>${activiti.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.activiti</groupId>
|
|
|
|
|
|
<artifactId>activiti-cxf</artifactId>
|
|
|
|
|
|
<version>${activiti.version}</version>
|
|
|
|
|
|
<exclusions>
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
<groupId>org.apache.ws.xmlschema</groupId>
|
|
|
|
|
|
<artifactId>xmlschema-core</artifactId>
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 强制指定 XmlSchema 版本以解决 NoSuchMethodError -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.apache.ws.commons.schema</groupId>
|
|
|
|
|
|
<artifactId>XmlSchema</artifactId>
|
|
|
|
|
|
<version>1.4.7</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
|
|
|
|
<version>3.1.0</version>
|
2026-02-04 23:46:37 +08:00
|
|
|
|
<scope>provided</scope>
|
2026-01-16 14:13:44 +08:00
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
|
|
<version>4.12</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 处理Xlsx表格 -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
|
<artifactId>poi-ooxml</artifactId>
|
|
|
|
|
|
<version>4.1.2</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
|
<artifactId>poi-scratchpad</artifactId>
|
|
|
|
|
|
<version>4.1.2</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
|
<artifactId>poi-excelant</artifactId>
|
|
|
|
|
|
<version>4.1.2</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
|
<artifactId>ooxml-schemas</artifactId>
|
|
|
|
|
|
<version>1.4</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
|
|
<artifactId>easyexcel</artifactId>
|
|
|
|
|
|
<version>3.1.0</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- GENERAL UTILS begin -->
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
|
|
<version>20.0</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- UUID -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.fasterxml.uuid</groupId>
|
|
|
|
|
|
<artifactId>java-uuid-generator</artifactId>
|
|
|
|
|
|
<version>3.1.3</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.jodd</groupId>
|
|
|
|
|
|
<artifactId>jodd</artifactId>
|
|
|
|
|
|
<version>3.3.2</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>joda-time</groupId>
|
|
|
|
|
|
<artifactId>joda-time</artifactId>
|
|
|
|
|
|
<version>2.6</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 报表-->
|
|
|
|
|
|
<!-- <dependency>
|
|
|
|
|
|
<groupId>net.sf.jasperreports</groupId>
|
|
|
|
|
|
<artifactId>jasperreports</artifactId>
|
|
|
|
|
|
<version>6.0.0</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>net.sf.jasperreports</groupId>
|
|
|
|
|
|
<artifactId>jasperreports-fonts</artifactId>
|
|
|
|
|
|
<version>6.0.0</version>
|
|
|
|
|
|
</dependency>-->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.codehaus.groovy</groupId>
|
|
|
|
|
|
<artifactId>groovy-all</artifactId>
|
|
|
|
|
|
<version>2.4.13</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- pdf导出 -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.itextpdf</groupId>
|
|
|
|
|
|
<artifactId>itextpdf</artifactId>
|
|
|
|
|
|
<version>5.5.13</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.itextpdf</groupId>
|
|
|
|
|
|
<artifactId>itext-pdfa</artifactId>
|
|
|
|
|
|
<version>5.5.13</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.itextpdf</groupId>
|
|
|
|
|
|
<artifactId>itext-asian</artifactId>
|
|
|
|
|
|
<version>5.2.0</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.itextpdf.tool</groupId>
|
|
|
|
|
|
<artifactId>xmlworker</artifactId>
|
|
|
|
|
|
<version>5.5.11</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.xhtmlrenderer</groupId>
|
|
|
|
|
|
<artifactId>core-renderer</artifactId>
|
|
|
|
|
|
<version>R8</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 支持css样式渲染 -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.xhtmlrenderer</groupId>
|
|
|
|
|
|
<artifactId>flying-saucer-pdf-itext5</artifactId>
|
|
|
|
|
|
<version>9.0.3</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.freemarker</groupId>
|
|
|
|
|
|
<artifactId>freemarker</artifactId>
|
|
|
|
|
|
<version>2.3.20</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
|
|
|
<version>1.2.56</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!--Redis start -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.springframework.data</groupId>
|
|
|
|
|
|
<artifactId>spring-data-redis</artifactId>
|
|
|
|
|
|
<version>1.4.2.RELEASE</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>redis.clients</groupId>
|
|
|
|
|
|
<artifactId>jedis</artifactId>
|
|
|
|
|
|
<version>2.6.2</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!--Redis end -->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- websocket -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>javax.websocket</groupId>
|
|
|
|
|
|
<artifactId>javax.websocket-api</artifactId>
|
|
|
|
|
|
<version>1.1</version>
|
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>javax</groupId>
|
|
|
|
|
|
<artifactId>javaee-api</artifactId>
|
|
|
|
|
|
<version>7.0</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- io -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>io.minio</groupId>
|
|
|
|
|
|
<artifactId>minio</artifactId>
|
|
|
|
|
|
<version>6.0.11</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.baidu.aip</groupId>
|
|
|
|
|
|
<artifactId>java-sdk</artifactId>
|
|
|
|
|
|
<version>4.16.2</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.googlecode.soundlibs</groupId>
|
|
|
|
|
|
<artifactId>mp3spi</artifactId>
|
|
|
|
|
|
<version>1.9.5.4</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.github.stuxuhai</groupId>
|
|
|
|
|
|
<artifactId>jpinyin</artifactId>
|
|
|
|
|
|
<version>1.1.8</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- elasticsearch -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.springframework.data</groupId>
|
|
|
|
|
|
<artifactId>spring-data-elasticsearch</artifactId>
|
|
|
|
|
|
<version>${spring-data-elasticsearch.version}</version>
|
|
|
|
|
|
<exclusions>
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
<artifactId>org.springframework.data</artifactId>
|
|
|
|
|
|
<groupId>spring-data-commons</groupId>
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
|
|
|
<groupId>commons-codec</groupId>
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
<artifactId>httpclient</artifactId>
|
|
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
<artifactId>httpcore</artifactId>
|
|
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
<artifactId>jackson-core</artifactId>
|
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
<artifactId>joda-time</artifactId>
|
|
|
|
|
|
<groupId>joda-time</groupId>
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
<!-- <exclusion>
|
|
|
|
|
|
<artifactId>log4j-api</artifactId>
|
|
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
|
|
</exclusion> -->
|
|
|
|
|
|
<!-- <exclusion>-->
|
|
|
|
|
|
<!-- <artifactId>lucene-analyzers-common</artifactId>-->
|
|
|
|
|
|
<!-- <groupId>org.apache.lucene</groupId>-->
|
|
|
|
|
|
<!-- </exclusion>-->
|
|
|
|
|
|
<!-- <exclusion>-->
|
|
|
|
|
|
<!-- <artifactId>lucene-core</artifactId>-->
|
|
|
|
|
|
<!-- <groupId>org.apache.lucene</groupId>-->
|
|
|
|
|
|
<!-- </exclusion>-->
|
|
|
|
|
|
<!-- <exclusion>-->
|
|
|
|
|
|
<!-- <artifactId>lucene-queries</artifactId>-->
|
|
|
|
|
|
<!-- <groupId>org.apache.lucene</groupId>-->
|
|
|
|
|
|
<!-- </exclusion>-->
|
|
|
|
|
|
<!-- <exclusion>-->
|
|
|
|
|
|
<!-- <artifactId>lucene-queryparser</artifactId>-->
|
|
|
|
|
|
<!-- <groupId>org.apache.lucene</groupId>-->
|
|
|
|
|
|
<!-- </exclusion>-->
|
|
|
|
|
|
<!-- <exclusion>-->
|
|
|
|
|
|
<!-- <artifactId>lucene-sandbox</artifactId>-->
|
|
|
|
|
|
<!-- <groupId>org.apache.lucene</groupId>-->
|
|
|
|
|
|
<!-- </exclusion>-->
|
|
|
|
|
|
<!-- <exclusion>
|
|
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
|
|
</exclusion> -->
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
<artifactId>spring-context</artifactId>
|
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
<artifactId>spring-data-commons</artifactId>
|
|
|
|
|
|
<groupId>org.springframework.data</groupId>
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
<artifactId>spring-tx</artifactId>
|
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
|
|
<artifactId>log4j-to-slf4j</artifactId>
|
|
|
|
|
|
<version>2.9.1</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
|
|
<version>1.7.32</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-simple -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
|
|
<artifactId>slf4j-simple</artifactId>
|
|
|
|
|
|
<version>1.7.21</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/log4j/log4j -->
|
|
|
|
|
|
<!-- <dependency>
|
|
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
|
|
<version>1.2.12</version>
|
|
|
|
|
|
</dependency> -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/net.sf.ucanaccess/ucanaccess -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>net.sf.ucanaccess</groupId>
|
|
|
|
|
|
<artifactId>ucanaccess</artifactId>
|
|
|
|
|
|
<version>5.0.1</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/hsqldb/hsqldb -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>hsqldb</groupId>
|
|
|
|
|
|
<artifactId>hsqldb</artifactId>
|
|
|
|
|
|
<version>1.8.0.10</version>
|
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/com.healthmarketscience.jackcess/jackcess -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.healthmarketscience.jackcess</groupId>
|
|
|
|
|
|
<artifactId>jackcess</artifactId>
|
|
|
|
|
|
<version>4.0.0</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
|
|
<version>3.3</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/commons-logging/commons-logging -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
|
|
<version>1.2</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- mqtt client -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.eclipse.paho</groupId>
|
|
|
|
|
|
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
|
|
|
|
|
|
<version>1.1.0</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
|
|
|
<version>1.18.30</version>
|
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- redisson -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.redisson</groupId>
|
|
|
|
|
|
<artifactId>redisson</artifactId>
|
|
|
|
|
|
<version>3.11.4</version>
|
|
|
|
|
|
<!-- <version>3.13.3</version>-->
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- zkclient -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.auth0</groupId>
|
|
|
|
|
|
<artifactId>java-jwt</artifactId>
|
|
|
|
|
|
<version>3.3.0</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!--引入Knife4j-->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.github.xiaoymin</groupId>
|
|
|
|
|
|
<artifactId>knife4j-spring</artifactId>
|
|
|
|
|
|
<version>2.0.5</version>
|
2026-03-01 23:40:06 +08:00
|
|
|
|
<exclusions>
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
</exclusions>
|
2026-01-16 14:13:44 +08:00
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.github.xiaoymin</groupId>
|
|
|
|
|
|
<artifactId>knife4j-spring-ui</artifactId>
|
|
|
|
|
|
<version>2.0.5</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!--xxl-job-->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.xuxueli</groupId>
|
|
|
|
|
|
<artifactId>xxl-job-core</artifactId>
|
|
|
|
|
|
<version>2.1.2</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>commons-beanutils</groupId>
|
|
|
|
|
|
<artifactId>commons-beanutils</artifactId>
|
|
|
|
|
|
<version>1.9.4</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!--上实缺少该jar-->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>javax.validation</groupId>
|
|
|
|
|
|
<artifactId>validation-api</artifactId>
|
|
|
|
|
|
<version>1.1.0.Final</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
|
<artifactId>spring-context</artifactId>
|
|
|
|
|
|
<version>5.1.12.RELEASE</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!--整合rabbitmq的包-->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.rabbitmq</groupId>
|
|
|
|
|
|
<artifactId>amqp-client</artifactId>
|
|
|
|
|
|
<version>5.9.0</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.springframework.amqp/spring-rabbit -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.springframework.amqp</groupId>
|
|
|
|
|
|
<artifactId>spring-rabbit</artifactId>
|
|
|
|
|
|
<version>1.6.5.RELEASE</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.bouncycastle</groupId>
|
|
|
|
|
|
<artifactId>bcprov-jdk15on</artifactId>
|
2026-02-02 14:44:36 +08:00
|
|
|
|
<version>1.70</version>
|
2026-01-16 14:13:44 +08:00
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>commons-codec</groupId>
|
|
|
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
|
|
|
<version>1.15</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- net.sf.json -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>net.sf.json-lib</groupId>
|
|
|
|
|
|
<artifactId>json-lib</artifactId>
|
|
|
|
|
|
<version>2.4</version>
|
|
|
|
|
|
<classifier>jdk15</classifier>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- pagehelper -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.github.pagehelper</groupId>
|
|
|
|
|
|
<artifactId>pagehelper</artifactId>
|
|
|
|
|
|
<version>4.0.0</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- gson -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.google.code.gson</groupId>
|
|
|
|
|
|
<artifactId>gson</artifactId>
|
|
|
|
|
|
<version>2.3.1</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- commons-lang (for org.apache.commons.lang) -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>commons-lang</groupId>
|
|
|
|
|
|
<artifactId>commons-lang</artifactId>
|
|
|
|
|
|
<version>2.6</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- modbus4j -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.infiniteautomation</groupId>
|
|
|
|
|
|
<artifactId>modbus4j</artifactId>
|
|
|
|
|
|
<version>3.0.4</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- axis2 -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.apache.axis2</groupId>
|
|
|
|
|
|
<artifactId>axis2-kernel</artifactId>
|
|
|
|
|
|
<version>1.6.3</version>
|
2026-02-04 23:46:37 +08:00
|
|
|
|
<exclusions>
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
</exclusions>
|
2026-01-16 14:13:44 +08:00
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.apache.axis2</groupId>
|
|
|
|
|
|
<artifactId>axis2-adb</artifactId>
|
|
|
|
|
|
<version>1.6.3</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.apache.axis2</groupId>
|
|
|
|
|
|
<artifactId>axis2-transport-http</artifactId>
|
|
|
|
|
|
<version>1.6.3</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.apache.axis2</groupId>
|
|
|
|
|
|
<artifactId>axis2-transport-local</artifactId>
|
|
|
|
|
|
<version>1.6.3</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- axis -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.apache.axis</groupId>
|
|
|
|
|
|
<artifactId>axis</artifactId>
|
|
|
|
|
|
<version>1.4</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>javax.xml</groupId>
|
|
|
|
|
|
<artifactId>jaxrpc-api</artifactId>
|
|
|
|
|
|
<version>1.1</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- empp (wondertek empp) -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.wondertek</groupId>
|
|
|
|
|
|
<artifactId>empp</artifactId>
|
|
|
|
|
|
<version>1.0</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- jamod -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.serotonin</groupId>
|
|
|
|
|
|
<artifactId>jamod</artifactId>
|
|
|
|
|
|
<version>1.0</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- seroUtils -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.serotonin</groupId>
|
|
|
|
|
|
<artifactId>seroUtils</artifactId>
|
|
|
|
|
|
<version>1.0</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- ueditor -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.baidu</groupId>
|
|
|
|
|
|
<artifactId>ueditor</artifactId>
|
|
|
|
|
|
<version>1.1.0</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- jacob (override existing) -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.hynnet</groupId>
|
|
|
|
|
|
<artifactId>jacob</artifactId>
|
|
|
|
|
|
<version>1.0</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- jep (Java Expression Parser) -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.singularsys</groupId>
|
|
|
|
|
|
<artifactId>jep</artifactId>
|
|
|
|
|
|
<version>3.5-trial</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- dom4j -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.dom4j</groupId>
|
|
|
|
|
|
<artifactId>dom4j</artifactId>
|
|
|
|
|
|
<version>1.6.1</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- jna -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>net.java.dev.jna</groupId>
|
|
|
|
|
|
<artifactId>jna</artifactId>
|
|
|
|
|
|
<version>1.0</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- jna examples -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>net.java.dev.jna</groupId>
|
|
|
|
|
|
<artifactId>examples</artifactId>
|
|
|
|
|
|
<version>1.0</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
2026-02-02 23:29:47 +08:00
|
|
|
|
<finalName>TGLW</finalName>
|
2026-01-16 14:13:44 +08:00
|
|
|
|
<resources>
|
|
|
|
|
|
<resource>
|
|
|
|
|
|
<directory>src/main/java</directory>
|
|
|
|
|
|
<includes>
|
|
|
|
|
|
<include>**/*.xml</include>
|
|
|
|
|
|
<include>**/*.properties</include>
|
|
|
|
|
|
</includes>
|
|
|
|
|
|
<filtering>false</filtering>
|
|
|
|
|
|
</resource>
|
|
|
|
|
|
<resource>
|
|
|
|
|
|
<directory>src</directory>
|
|
|
|
|
|
<includes>
|
|
|
|
|
|
<include>**/*.xml</include>
|
|
|
|
|
|
<include>**/*.properties</include>
|
|
|
|
|
|
</includes>
|
|
|
|
|
|
<filtering>false</filtering>
|
|
|
|
|
|
</resource>
|
|
|
|
|
|
<resource>
|
|
|
|
|
|
<directory>src/main/resources</directory>
|
|
|
|
|
|
<includes>
|
|
|
|
|
|
<include>**/*.xml</include>
|
|
|
|
|
|
<include>**/*.properties</include>
|
2026-03-05 17:27:18 +08:00
|
|
|
|
<include>**/*.json</include>
|
|
|
|
|
|
<include>**/*.bpmn</include>
|
|
|
|
|
|
<include>**/*.png</include>
|
2026-01-16 14:13:44 +08:00
|
|
|
|
</includes>
|
|
|
|
|
|
<filtering>false</filtering>
|
|
|
|
|
|
</resource>
|
|
|
|
|
|
</resources>
|
|
|
|
|
|
<plugins>
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
|
<version>3.11.0</version>
|
|
|
|
|
|
<configuration>
|
|
|
|
|
|
<source>1.8</source>
|
|
|
|
|
|
<target>1.8</target>
|
|
|
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
|
|
<fork>true</fork>
|
|
|
|
|
|
<useIncrementalCompilation>false</useIncrementalCompilation>
|
|
|
|
|
|
</configuration>
|
|
|
|
|
|
</plugin>
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
|
<artifactId>maven-war-plugin</artifactId>
|
|
|
|
|
|
<version>3.3.1</version>
|
|
|
|
|
|
<configuration>
|
|
|
|
|
|
<failOnMissingWebXml>false</failOnMissingWebXml>
|
|
|
|
|
|
</configuration>
|
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
<groupId>org.mybatis.generator</groupId>
|
|
|
|
|
|
<artifactId>mybatis-generator-maven-plugin</artifactId>
|
|
|
|
|
|
<version>1.3.2</version>
|
|
|
|
|
|
<configuration>
|
|
|
|
|
|
<configurationFile>${basedir}/src/main/resources/generatior-config.xml</configurationFile>
|
|
|
|
|
|
<verbose>true</verbose>
|
|
|
|
|
|
<overwrite>true</overwrite>
|
|
|
|
|
|
</configuration>
|
|
|
|
|
|
</plugin>
|
2026-02-04 23:46:37 +08:00
|
|
|
|
|
|
|
|
|
|
<!-- Jetty Plugin for Hot Deployment (Servlet 3.1 support for Spring 5) -->
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
|
|
<artifactId>jetty-maven-plugin</artifactId>
|
|
|
|
|
|
<version>9.4.43.v20210629</version>
|
|
|
|
|
|
<configuration>
|
|
|
|
|
|
<httpConnector>
|
|
|
|
|
|
<port>8088</port>
|
|
|
|
|
|
</httpConnector>
|
|
|
|
|
|
<scanIntervalSeconds>5</scanIntervalSeconds>
|
|
|
|
|
|
<webApp>
|
|
|
|
|
|
<contextPath>/</contextPath>
|
|
|
|
|
|
</webApp>
|
|
|
|
|
|
</configuration>
|
|
|
|
|
|
</plugin>
|
2026-01-16 14:13:44 +08:00
|
|
|
|
</plugins>
|
|
|
|
|
|
</build>
|
|
|
|
|
|
</project>
|