2021-12-21 10:15:12 +08:00
|
|
|
|
<?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">
|
2022-03-01 21:52:51 +08:00
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2021-12-21 10:15:12 +08:00
|
|
|
|
|
2025-07-17 18:07:48 +08:00
|
|
|
|
<groupId>com.klp</groupId>
|
|
|
|
|
|
<artifactId>klp-oa</artifactId>
|
2023-05-14 16:15:21 +08:00
|
|
|
|
<version>0.8.3</version>
|
2021-12-21 10:15:12 +08:00
|
|
|
|
|
2025-07-17 18:07:48 +08:00
|
|
|
|
<name>klp-oa</name>
|
|
|
|
|
|
<description>klp后台管理系统</description>
|
2021-12-21 10:15:12 +08:00
|
|
|
|
|
|
|
|
|
|
<properties>
|
2025-07-17 18:07:48 +08:00
|
|
|
|
<klp-flowable-plus.version>0.8.3</klp-flowable-plus.version>
|
2023-05-19 23:11:59 +08:00
|
|
|
|
<spring-boot.version>2.7.11</spring-boot.version>
|
2021-12-21 10:15:12 +08:00
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
|
|
|
<java.version>1.8</java.version>
|
2022-01-30 15:34:26 +00:00
|
|
|
|
<maven-jar-plugin.version>3.2.2</maven-jar-plugin.version>
|
2022-07-05 23:40:47 +08:00
|
|
|
|
<spring-boot.mybatis>2.2.2</spring-boot.mybatis>
|
2023-03-19 22:08:25 +08:00
|
|
|
|
<springdoc.version>1.6.15</springdoc.version>
|
2022-12-04 22:13:46 +08:00
|
|
|
|
<poi.version>5.2.3</poi.version>
|
2023-03-19 22:08:25 +08:00
|
|
|
|
<easyexcel.version>3.2.1</easyexcel.version>
|
2021-12-21 10:15:12 +08:00
|
|
|
|
<velocity.version>2.3</velocity.version>
|
2023-02-02 23:16:20 +08:00
|
|
|
|
<satoken.version>1.34.0</satoken.version>
|
|
|
|
|
|
<mybatis-plus.version>3.5.3.1</mybatis-plus.version>
|
2021-12-21 10:15:12 +08:00
|
|
|
|
<p6spy.version>3.9.1</p6spy.version>
|
2023-05-19 23:11:59 +08:00
|
|
|
|
<hutool.version>5.8.18</hutool.version>
|
2022-09-18 23:27:06 +08:00
|
|
|
|
<okhttp.version>4.10.0</okhttp.version>
|
2023-02-02 23:16:20 +08:00
|
|
|
|
<spring-boot-admin.version>2.7.10</spring-boot-admin.version>
|
2023-05-19 23:11:59 +08:00
|
|
|
|
<redisson.version>3.20.1</redisson.version>
|
2023-01-07 16:51:51 +08:00
|
|
|
|
<lock4j.version>2.2.3</lock4j.version>
|
2022-09-18 23:27:06 +08:00
|
|
|
|
<dynamic-ds.version>3.5.2</dynamic-ds.version>
|
2023-01-07 16:51:51 +08:00
|
|
|
|
<alibaba-ttl.version>2.14.2</alibaba-ttl.version>
|
2023-05-19 23:11:59 +08:00
|
|
|
|
<xxl-job.version>2.4.0</xxl-job.version>
|
2023-03-19 22:08:25 +08:00
|
|
|
|
<lombok.version>1.18.26</lombok.version>
|
|
|
|
|
|
<bouncycastle.version>1.72</bouncycastle.version>
|
2023-03-01 01:26:20 +08:00
|
|
|
|
<flowable.version>6.8.0</flowable.version>
|
2023-05-19 23:11:59 +08:00
|
|
|
|
<!-- 离线IP地址定位库 -->
|
|
|
|
|
|
<ip2region.version>2.7.0</ip2region.version>
|
2021-12-21 10:15:12 +08:00
|
|
|
|
|
2022-12-04 22:13:46 +08:00
|
|
|
|
<!-- 临时修复 snakeyaml 漏洞 -->
|
2023-02-02 23:16:20 +08:00
|
|
|
|
<snakeyaml.version>1.33</snakeyaml.version>
|
2021-12-21 10:15:12 +08:00
|
|
|
|
|
|
|
|
|
|
<!-- OSS 配置 -->
|
2023-03-19 22:08:25 +08:00
|
|
|
|
<aws-java-sdk-s3.version>1.12.400</aws-java-sdk-s3.version>
|
2022-07-05 23:40:47 +08:00
|
|
|
|
<!-- SMS 配置 -->
|
2023-02-02 23:16:20 +08:00
|
|
|
|
<aliyun.sms.version>2.0.23</aliyun.sms.version>
|
2023-03-19 22:08:25 +08:00
|
|
|
|
<tencent.sms.version>3.1.687</tencent.sms.version>
|
2025-07-25 11:27:22 +08:00
|
|
|
|
<commons.collections.version>3.2.2</commons.collections.version>
|
2021-12-21 10:15:12 +08:00
|
|
|
|
</properties>
|
|
|
|
|
|
|
2023-02-02 23:16:20 +08:00
|
|
|
|
<profiles>
|
|
|
|
|
|
<profile>
|
|
|
|
|
|
<id>dev</id>
|
|
|
|
|
|
<properties>
|
|
|
|
|
|
<!-- 环境标识,需要与配置文件的名称相对应 -->
|
|
|
|
|
|
<profiles.active>dev</profiles.active>
|
|
|
|
|
|
<logging.level>debug</logging.level>
|
|
|
|
|
|
</properties>
|
|
|
|
|
|
<activation>
|
|
|
|
|
|
<!-- 默认环境 -->
|
|
|
|
|
|
<activeByDefault>true</activeByDefault>
|
|
|
|
|
|
</activation>
|
|
|
|
|
|
</profile>
|
|
|
|
|
|
<profile>
|
|
|
|
|
|
<id>prod</id>
|
|
|
|
|
|
<properties>
|
|
|
|
|
|
<profiles.active>prod</profiles.active>
|
|
|
|
|
|
<logging.level>warn</logging.level>
|
|
|
|
|
|
</properties>
|
|
|
|
|
|
</profile>
|
|
|
|
|
|
</profiles>
|
|
|
|
|
|
|
2021-12-21 10:15:12 +08:00
|
|
|
|
<!-- 依赖声明 -->
|
|
|
|
|
|
<dependencyManagement>
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
2025-07-25 11:27:22 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>commons-collections</groupId>
|
|
|
|
|
|
<artifactId>commons-collections</artifactId>
|
|
|
|
|
|
<version>${commons.collections.version}</version>
|
|
|
|
|
|
</dependency>
|
2021-12-21 10:15:12 +08:00
|
|
|
|
<!-- SpringBoot的依赖配置-->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
|
<artifactId>spring-boot-dependencies</artifactId>
|
|
|
|
|
|
<version>${spring-boot.version}</version>
|
|
|
|
|
|
<type>pom</type>
|
|
|
|
|
|
<scope>import</scope>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
2022-01-18 13:16:15 +00:00
|
|
|
|
<!-- hutool 的依赖配置-->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>cn.hutool</groupId>
|
|
|
|
|
|
<artifactId>hutool-bom</artifactId>
|
|
|
|
|
|
<version>${hutool.version}</version>
|
|
|
|
|
|
<type>pom</type>
|
|
|
|
|
|
<scope>import</scope>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
2021-12-21 10:15:12 +08:00
|
|
|
|
<dependency>
|
2022-09-18 23:27:06 +08:00
|
|
|
|
<groupId>org.springdoc</groupId>
|
|
|
|
|
|
<artifactId>springdoc-openapi-webmvc-core</artifactId>
|
|
|
|
|
|
<version>${springdoc.version}</version>
|
2021-12-21 10:15:12 +08:00
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
2022-09-18 23:27:06 +08:00
|
|
|
|
<groupId>org.springdoc</groupId>
|
|
|
|
|
|
<artifactId>springdoc-openapi-javadoc</artifactId>
|
|
|
|
|
|
<version>${springdoc.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
|
|
|
<version>${lombok.version}</version>
|
2021-12-21 10:15:12 +08:00
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
2022-07-05 23:40:47 +08:00
|
|
|
|
<artifactId>poi</artifactId>
|
2021-12-21 10:15:12 +08:00
|
|
|
|
<version>${poi.version}</version>
|
|
|
|
|
|
</dependency>
|
2022-03-19 14:42:58 +08:00
|
|
|
|
<dependency>
|
2022-07-05 23:40:47 +08:00
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
|
<artifactId>poi-ooxml</artifactId>
|
|
|
|
|
|
<version>${poi.version}</version>
|
2022-03-19 14:42:58 +08:00
|
|
|
|
</dependency>
|
2021-12-21 10:15:12 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
|
|
<artifactId>easyexcel</artifactId>
|
|
|
|
|
|
<version>${easyexcel.version}</version>
|
|
|
|
|
|
<exclusions>
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
|
<artifactId>poi-ooxml-schemas</artifactId>
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- velocity代码生成使用模板 -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.apache.velocity</groupId>
|
|
|
|
|
|
<artifactId>velocity-engine-core</artifactId>
|
|
|
|
|
|
<version>${velocity.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
2022-01-18 13:16:15 +00:00
|
|
|
|
<!-- Sa-Token 权限认证, 在线文档:http://sa-token.dev33.cn/ -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>cn.dev33</groupId>
|
|
|
|
|
|
<artifactId>sa-token-spring-boot-starter</artifactId>
|
|
|
|
|
|
<version>${satoken.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<!-- Sa-Token 整合 jwt -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>cn.dev33</groupId>
|
|
|
|
|
|
<artifactId>sa-token-jwt</artifactId>
|
|
|
|
|
|
<version>${satoken.version}</version>
|
2022-09-18 23:27:06 +08:00
|
|
|
|
<exclusions>
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
<groupId>cn.hutool</groupId>
|
|
|
|
|
|
<artifactId>hutool-all</artifactId>
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
</exclusions>
|
2022-01-18 13:16:15 +00:00
|
|
|
|
</dependency>
|
|
|
|
|
|
|
2021-12-21 10:15:12 +08:00
|
|
|
|
<!-- dynamic-datasource 多数据源-->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.baomidou</groupId>
|
|
|
|
|
|
<artifactId>dynamic-datasource-spring-boot-starter</artifactId>
|
|
|
|
|
|
<version>${dynamic-ds.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.baomidou</groupId>
|
|
|
|
|
|
<artifactId>mybatis-plus-boot-starter</artifactId>
|
|
|
|
|
|
<version>${mybatis-plus.version}</version>
|
|
|
|
|
|
</dependency>
|
2023-02-02 23:16:20 +08:00
|
|
|
|
|
2021-12-21 10:15:12 +08:00
|
|
|
|
<!-- sql性能分析插件 -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>p6spy</groupId>
|
|
|
|
|
|
<artifactId>p6spy</artifactId>
|
|
|
|
|
|
<version>${p6spy.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.squareup.okhttp3</groupId>
|
|
|
|
|
|
<artifactId>okhttp</artifactId>
|
|
|
|
|
|
<version>${okhttp.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
2022-07-05 23:40:47 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.amazonaws</groupId>
|
|
|
|
|
|
<artifactId>aws-java-sdk-s3</artifactId>
|
|
|
|
|
|
<version>${aws-java-sdk-s3.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.aliyun</groupId>
|
|
|
|
|
|
<artifactId>dysmsapi20170525</artifactId>
|
|
|
|
|
|
<version>${aliyun.sms.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.tencentcloudapi</groupId>
|
2023-01-07 16:51:51 +08:00
|
|
|
|
<artifactId>tencentcloud-sdk-java-sms</artifactId>
|
2022-07-05 23:40:47 +08:00
|
|
|
|
<version>${tencent.sms.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
2021-12-21 10:15:12 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>de.codecentric</groupId>
|
|
|
|
|
|
<artifactId>spring-boot-admin-starter-server</artifactId>
|
|
|
|
|
|
<version>${spring-boot-admin.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>de.codecentric</groupId>
|
|
|
|
|
|
<artifactId>spring-boot-admin-starter-client</artifactId>
|
|
|
|
|
|
<version>${spring-boot-admin.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!--redisson-->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.redisson</groupId>
|
|
|
|
|
|
<artifactId>redisson-spring-boot-starter</artifactId>
|
|
|
|
|
|
<version>${redisson.version}</version>
|
2023-02-02 23:16:20 +08:00
|
|
|
|
<exclusions>
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
<groupId>org.redisson</groupId>
|
|
|
|
|
|
<artifactId>redisson-spring-data-30</artifactId>
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
</exclusions>
|
2021-12-21 10:15:12 +08:00
|
|
|
|
</dependency>
|
2023-02-02 23:16:20 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.redisson</groupId>
|
|
|
|
|
|
<artifactId>redisson-spring-data-27</artifactId>
|
|
|
|
|
|
<version>${redisson.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
2021-12-21 10:15:12 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.baomidou</groupId>
|
|
|
|
|
|
<artifactId>lock4j-redisson-spring-boot-starter</artifactId>
|
|
|
|
|
|
<version>${lock4j.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- xxl-job-core -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.xuxueli</groupId>
|
|
|
|
|
|
<artifactId>xxl-job-core</artifactId>
|
|
|
|
|
|
<version>${xxl-job.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
2023-01-07 16:51:51 +08:00
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
|
|
<artifactId>transmittable-thread-local</artifactId>
|
|
|
|
|
|
<version>${alibaba-ttl.version}</version>
|
2021-12-21 10:15:12 +08:00
|
|
|
|
</dependency>
|
|
|
|
|
|
|
2023-05-19 23:11:59 +08:00
|
|
|
|
<!-- 离线IP地址定位库 ip2region -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.lionsoul</groupId>
|
|
|
|
|
|
<artifactId>ip2region</artifactId>
|
|
|
|
|
|
<version>${ip2region.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
2022-12-04 22:13:46 +08:00
|
|
|
|
<!-- 临时修复 snakeyaml 漏洞 -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.yaml</groupId>
|
|
|
|
|
|
<artifactId>snakeyaml</artifactId>
|
|
|
|
|
|
<version>${snakeyaml.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
2023-03-19 22:08:25 +08:00
|
|
|
|
<!-- 加密包引入 -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.bouncycastle</groupId>
|
|
|
|
|
|
<artifactId>bcprov-jdk15to18</artifactId>
|
|
|
|
|
|
<version>${bouncycastle.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
2022-01-28 14:53:05 +08:00
|
|
|
|
<!-- flowable -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.flowable</groupId>
|
|
|
|
|
|
<artifactId>flowable-spring-boot-starter-process</artifactId>
|
|
|
|
|
|
<version>${flowable.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
2021-12-21 10:15:12 +08:00
|
|
|
|
<!-- 定时任务 -->
|
|
|
|
|
|
<dependency>
|
2025-07-17 18:07:48 +08:00
|
|
|
|
<groupId>com.klp</groupId>
|
|
|
|
|
|
<artifactId>klp-job</artifactId>
|
|
|
|
|
|
<version>${klp-flowable-plus.version}</version>
|
2021-12-21 10:15:12 +08:00
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 代码生成-->
|
|
|
|
|
|
<dependency>
|
2025-07-17 18:07:48 +08:00
|
|
|
|
<groupId>com.klp</groupId>
|
|
|
|
|
|
<artifactId>klp-generator</artifactId>
|
|
|
|
|
|
<version>${klp-flowable-plus.version}</version>
|
2021-12-21 10:15:12 +08:00
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 核心模块-->
|
|
|
|
|
|
<dependency>
|
2025-07-17 18:07:48 +08:00
|
|
|
|
<groupId>com.klp</groupId>
|
|
|
|
|
|
<artifactId>klp-framework</artifactId>
|
|
|
|
|
|
<version>${klp-flowable-plus.version}</version>
|
2021-12-21 10:15:12 +08:00
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 系统模块-->
|
|
|
|
|
|
<dependency>
|
2025-07-17 18:07:48 +08:00
|
|
|
|
<groupId>com.klp</groupId>
|
|
|
|
|
|
<artifactId>klp-system</artifactId>
|
|
|
|
|
|
<version>${klp-flowable-plus.version}</version>
|
2021-12-21 10:15:12 +08:00
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 通用工具-->
|
|
|
|
|
|
<dependency>
|
2025-07-17 18:07:48 +08:00
|
|
|
|
<groupId>com.klp</groupId>
|
|
|
|
|
|
<artifactId>klp-common</artifactId>
|
|
|
|
|
|
<version>${klp-flowable-plus.version}</version>
|
2021-12-24 11:06:04 +08:00
|
|
|
|
</dependency>
|
|
|
|
|
|
|
2021-12-21 10:15:12 +08:00
|
|
|
|
<!-- OSS对象存储模块 -->
|
|
|
|
|
|
<dependency>
|
2025-07-17 18:07:48 +08:00
|
|
|
|
<groupId>com.klp</groupId>
|
|
|
|
|
|
<artifactId>klp-oss</artifactId>
|
|
|
|
|
|
<version>${klp-flowable-plus.version}</version>
|
2021-12-21 10:15:12 +08:00
|
|
|
|
</dependency>
|
|
|
|
|
|
|
2022-07-05 23:40:47 +08:00
|
|
|
|
<!-- SMS短信模块 -->
|
|
|
|
|
|
<dependency>
|
2025-07-17 18:07:48 +08:00
|
|
|
|
<groupId>com.klp</groupId>
|
|
|
|
|
|
<artifactId>klp-sms</artifactId>
|
|
|
|
|
|
<version>${klp-flowable-plus.version}</version>
|
2022-07-05 23:40:47 +08:00
|
|
|
|
</dependency>
|
|
|
|
|
|
|
2021-12-21 10:15:12 +08:00
|
|
|
|
<!-- demo模块 -->
|
|
|
|
|
|
<dependency>
|
2025-07-17 18:07:48 +08:00
|
|
|
|
<groupId>com.klp</groupId>
|
|
|
|
|
|
<artifactId>klp-demo</artifactId>
|
|
|
|
|
|
<version>${klp-flowable-plus.version}</version>
|
|
|
|
|
|
</dependency>
|
2025-08-15 16:17:04 +08:00
|
|
|
|
|
|
|
|
|
|
<!-- wms模块 -->
|
2025-07-17 18:07:48 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.klp</groupId>
|
|
|
|
|
|
<artifactId>klp-wms</artifactId>
|
|
|
|
|
|
<version>${klp-flowable-plus.version}</version>
|
2021-12-21 10:15:12 +08:00
|
|
|
|
</dependency>
|
|
|
|
|
|
|
2025-07-22 10:39:53 +08:00
|
|
|
|
<!-- 扫码枪模块 -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.klp</groupId>
|
|
|
|
|
|
<artifactId>klp-reader</artifactId>
|
|
|
|
|
|
<version>${klp-flowable-plus.version}</version>
|
|
|
|
|
|
</dependency>
|
2025-08-15 16:17:04 +08:00
|
|
|
|
|
|
|
|
|
|
<!-- mes模块 -->
|
2025-07-25 13:35:36 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.klp</groupId>
|
|
|
|
|
|
<artifactId>klp-mes</artifactId>
|
|
|
|
|
|
<version>${klp-flowable-plus.version}</version>
|
|
|
|
|
|
</dependency>
|
2025-08-15 16:17:04 +08:00
|
|
|
|
|
2025-09-28 09:54:42 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.klp</groupId>
|
|
|
|
|
|
<artifactId>klp-ems</artifactId>
|
|
|
|
|
|
<version>${klp-flowable-plus.version}</version>
|
|
|
|
|
|
</dependency>
|
2025-10-27 15:07:54 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.klp</groupId>
|
|
|
|
|
|
<artifactId>klp-pocket</artifactId>
|
|
|
|
|
|
<version>${klp-flowable-plus.version}</version>
|
|
|
|
|
|
</dependency>
|
2025-11-15 15:38:35 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.klp</groupId>
|
|
|
|
|
|
<artifactId>klp-erp</artifactId>
|
|
|
|
|
|
<version>${klp-flowable-plus.version}</version>
|
|
|
|
|
|
</dependency>
|
2026-02-24 09:34:08 +08:00
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
|
<!-- <groupId>com.klp</groupId>-->
|
|
|
|
|
|
<!-- <artifactId>klp-hrm</artifactId>-->
|
|
|
|
|
|
<!-- <version>${klp-flowable-plus.version}</version>-->
|
|
|
|
|
|
<!-- </dependency>-->
|
2026-01-27 17:38:38 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.klp</groupId>
|
|
|
|
|
|
<artifactId>klp-da</artifactId>
|
|
|
|
|
|
<version>${klp-flowable-plus.version}</version>
|
|
|
|
|
|
</dependency>
|
2025-12-15 16:11:16 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.klp</groupId>
|
|
|
|
|
|
<artifactId>klp-crm</artifactId>
|
|
|
|
|
|
<version>${klp-flowable-plus.version}</version>
|
|
|
|
|
|
</dependency>
|
2026-03-05 18:13:19 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.klp</groupId>
|
|
|
|
|
|
<artifactId>klp-aps</artifactId>
|
|
|
|
|
|
<version>${klp-flowable-plus.version}</version>
|
|
|
|
|
|
</dependency>
|
2025-08-15 16:17:04 +08:00
|
|
|
|
|
2021-12-21 10:15:12 +08:00
|
|
|
|
</dependencies>
|
2025-08-15 16:17:04 +08:00
|
|
|
|
|
2021-12-21 10:15:12 +08:00
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
|
|
|
|
<modules>
|
2025-07-17 18:07:48 +08:00
|
|
|
|
<module>klp-admin</module>
|
|
|
|
|
|
<module>klp-common</module>
|
|
|
|
|
|
<module>klp-demo</module>
|
|
|
|
|
|
<module>klp-extend</module>
|
|
|
|
|
|
<module>klp-framework</module>
|
|
|
|
|
|
<module>klp-generator</module>
|
|
|
|
|
|
<module>klp-job</module>
|
|
|
|
|
|
<module>klp-oss</module>
|
|
|
|
|
|
<module>klp-sms</module>
|
|
|
|
|
|
<module>klp-system</module>
|
|
|
|
|
|
<module>klp-wms</module>
|
2025-07-22 10:39:53 +08:00
|
|
|
|
<module>klp-reader</module>
|
2025-07-25 11:27:22 +08:00
|
|
|
|
<module>klp-mes</module>
|
2025-09-28 09:54:42 +08:00
|
|
|
|
<module>klp-ems</module>
|
2025-10-27 15:07:54 +08:00
|
|
|
|
<module>klp-pocket</module>
|
2025-11-15 15:38:35 +08:00
|
|
|
|
<module>klp-erp</module>
|
2026-02-24 09:34:08 +08:00
|
|
|
|
<!-- <module>klp-hrm</module>-->
|
2025-12-15 16:11:16 +08:00
|
|
|
|
<module>klp-crm</module>
|
2026-01-27 17:38:38 +08:00
|
|
|
|
<module>klp-da</module>
|
2026-03-05 18:13:19 +08:00
|
|
|
|
<module>klp-aps</module>
|
2021-12-21 10:15:12 +08:00
|
|
|
|
</modules>
|
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|
|
<plugins>
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
2022-01-30 15:34:26 +00:00
|
|
|
|
<version>3.9.0</version>
|
2021-12-21 10:15:12 +08:00
|
|
|
|
<configuration>
|
|
|
|
|
|
<source>${java.version}</source>
|
|
|
|
|
|
<target>${java.version}</target>
|
|
|
|
|
|
<encoding>${project.build.sourceEncoding}</encoding>
|
2022-09-18 23:27:06 +08:00
|
|
|
|
<annotationProcessorPaths>
|
|
|
|
|
|
<path>
|
|
|
|
|
|
<groupId>com.github.therapi</groupId>
|
|
|
|
|
|
<artifactId>therapi-runtime-javadoc-scribe</artifactId>
|
|
|
|
|
|
<version>0.15.0</version>
|
|
|
|
|
|
</path>
|
|
|
|
|
|
<path>
|
|
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
|
|
|
<version>${lombok.version}</version>
|
|
|
|
|
|
</path>
|
|
|
|
|
|
<path>
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
|
<artifactId>spring-boot-configuration-processor</artifactId>
|
|
|
|
|
|
<version>${spring-boot.version}</version>
|
|
|
|
|
|
</path>
|
|
|
|
|
|
</annotationProcessorPaths>
|
2021-12-21 10:15:12 +08:00
|
|
|
|
</configuration>
|
|
|
|
|
|
</plugin>
|
2023-01-07 16:51:51 +08:00
|
|
|
|
<!-- 单元测试使用 -->
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
|
|
<version>2.22.2</version>
|
|
|
|
|
|
<configuration>
|
|
|
|
|
|
<argLine>-Dfile.encoding=UTF-8</argLine>
|
|
|
|
|
|
<!-- 根据打包环境执行对应的@Tag测试方法 -->
|
|
|
|
|
|
<groups>${profiles.active}</groups>
|
|
|
|
|
|
<!-- 排除标签 -->
|
|
|
|
|
|
<excludedGroups>exclude</excludedGroups>
|
|
|
|
|
|
</configuration>
|
|
|
|
|
|
</plugin>
|
2021-12-21 10:15:12 +08:00
|
|
|
|
</plugins>
|
|
|
|
|
|
<resources>
|
|
|
|
|
|
<resource>
|
|
|
|
|
|
<directory>src/main/resources</directory>
|
2022-01-18 13:16:15 +00:00
|
|
|
|
<!-- 关闭过滤 -->
|
|
|
|
|
|
<filtering>false</filtering>
|
|
|
|
|
|
</resource>
|
|
|
|
|
|
<resource>
|
|
|
|
|
|
<directory>src/main/resources</directory>
|
|
|
|
|
|
<!-- 引入所有 匹配文件进行过滤 -->
|
|
|
|
|
|
<includes>
|
|
|
|
|
|
<include>application*</include>
|
|
|
|
|
|
<include>bootstrap*</include>
|
2022-01-30 15:34:26 +00:00
|
|
|
|
<include>banner*</include>
|
2022-01-18 13:16:15 +00:00
|
|
|
|
</includes>
|
2021-12-21 10:15:12 +08:00
|
|
|
|
<!-- 启用过滤 即该资源中的变量将会被过滤器中的值替换 -->
|
|
|
|
|
|
<filtering>true</filtering>
|
|
|
|
|
|
</resource>
|
|
|
|
|
|
</resources>
|
|
|
|
|
|
</build>
|
|
|
|
|
|
|
2026-02-24 09:34:08 +08:00
|
|
|
|
<!-- 仓库配置 - 优先从私服拉取依赖 -->
|
2021-12-21 10:15:12 +08:00
|
|
|
|
<repositories>
|
2026-02-24 09:34:08 +08:00
|
|
|
|
<!-- 福安德私服仓库 - 优先级最高 -->
|
|
|
|
|
|
<repository>
|
|
|
|
|
|
<id>nexus-fuande</id>
|
|
|
|
|
|
<name>Fuande Private Repository</name>
|
|
|
|
|
|
<url>http://49.232.154.205:10200/repository/maven-public/</url>
|
|
|
|
|
|
<releases>
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
</releases>
|
|
|
|
|
|
<snapshots>
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
<updatePolicy>always</updatePolicy>
|
|
|
|
|
|
</snapshots>
|
|
|
|
|
|
</repository>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 阿里云公共仓库 - 备用 -->
|
2021-12-21 10:15:12 +08:00
|
|
|
|
<repository>
|
|
|
|
|
|
<id>public</id>
|
2023-02-02 23:16:20 +08:00
|
|
|
|
<name>aliyun nexus</name>
|
|
|
|
|
|
<url>https://maven.aliyun.com/repository/public/</url>
|
2021-12-21 10:15:12 +08:00
|
|
|
|
<releases>
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
</releases>
|
2026-02-24 09:34:08 +08:00
|
|
|
|
<snapshots>
|
|
|
|
|
|
<enabled>false</enabled>
|
|
|
|
|
|
</snapshots>
|
2021-12-21 10:15:12 +08:00
|
|
|
|
</repository>
|
|
|
|
|
|
</repositories>
|
|
|
|
|
|
|
2026-02-24 09:34:08 +08:00
|
|
|
|
<!-- 插件仓库配置 - 同样配置私服 -->
|
2021-12-21 10:15:12 +08:00
|
|
|
|
<pluginRepositories>
|
2026-02-24 09:34:08 +08:00
|
|
|
|
<!-- 福安德私服插件仓库 -->
|
|
|
|
|
|
<pluginRepository>
|
|
|
|
|
|
<id>nexus-fuande</id>
|
|
|
|
|
|
<name>Fuande Private Repository</name>
|
|
|
|
|
|
<url>http://49.232.154.205:10200/repository/maven-public/</url>
|
|
|
|
|
|
<releases>
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
</releases>
|
|
|
|
|
|
<snapshots>
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
<updatePolicy>always</updatePolicy>
|
|
|
|
|
|
</snapshots>
|
|
|
|
|
|
</pluginRepository>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 阿里云插件仓库 - 备用 -->
|
2021-12-21 10:15:12 +08:00
|
|
|
|
<pluginRepository>
|
|
|
|
|
|
<id>public</id>
|
2023-02-02 23:16:20 +08:00
|
|
|
|
<name>aliyun nexus</name>
|
|
|
|
|
|
<url>https://maven.aliyun.com/repository/public/</url>
|
2021-12-21 10:15:12 +08:00
|
|
|
|
<releases>
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
</releases>
|
|
|
|
|
|
<snapshots>
|
|
|
|
|
|
<enabled>false</enabled>
|
|
|
|
|
|
</snapshots>
|
|
|
|
|
|
</pluginRepository>
|
|
|
|
|
|
</pluginRepositories>
|
|
|
|
|
|
|
|
|
|
|
|
</project>
|