350 lines
14 KiB
XML
350 lines
14 KiB
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|||
|
|
<!--
|
|||
|
|
~
|
|||
|
|
~ Copyright (c) 2018-2025, honeycom All rights reserved.
|
|||
|
|
~
|
|||
|
|
~ Redistribution and use in source and binary forms, with or without
|
|||
|
|
~ modification, are permitted provided that the following conditions are met:
|
|||
|
|
~
|
|||
|
|
~ Redistributions of source code must retain the above copyright notice,
|
|||
|
|
~ this list of conditions and the following disclaimer.
|
|||
|
|
~ Redistributions in binary form must reproduce the above copyright
|
|||
|
|
~ notice, this list of conditions and the following disclaimer in the
|
|||
|
|
~ documentation and/or other materials provided with the distribution.
|
|||
|
|
~ Neither the name of the honeycombis.com developer nor the names of its
|
|||
|
|
~ contributors may be used to endorse or promote products derived from
|
|||
|
|
~ this software without specific prior written permission.
|
|||
|
|
~ Author: honeycom
|
|||
|
|
~
|
|||
|
|
--><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>
|
|||
|
|
|
|||
|
|
<groupId>com.honeycombis</groupId>
|
|||
|
|
<artifactId>honeycom</artifactId>
|
|||
|
|
<version>5.4.0</version>
|
|||
|
|
<name>${project.artifactId}</name>
|
|||
|
|
<packaging>pom</packaging>
|
|||
|
|
<organization>
|
|||
|
|
<name>honeycombis</name>
|
|||
|
|
<url>https://www.honeycombis.com</url>
|
|||
|
|
</organization>
|
|||
|
|
|
|||
|
|
<properties>
|
|||
|
|
<spring-boot.version>3.2.3</spring-boot.version>
|
|||
|
|
<spring-cloud.version>2023.0.0</spring-cloud.version>
|
|||
|
|
<spring-cloud-alibaba.version>2022.0.0.0</spring-cloud-alibaba.version>
|
|||
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|||
|
|
<maven.compiler.source>17</maven.compiler.source>
|
|||
|
|
<maven.compiler.target>17</maven.compiler.target>
|
|||
|
|
<spring-boot-admin.version>3.2.2</spring-boot-admin.version>
|
|||
|
|
<spring.authorization.version>1.2.2</spring.authorization.version>
|
|||
|
|
<maven.compiler.version>3.11.0</maven.compiler.version>
|
|||
|
|
<spring.checkstyle.version>0.0.39</spring.checkstyle.version>
|
|||
|
|
<git.commit.version>2.2.5</git.commit.version>
|
|||
|
|
<captcha.version>1.3.0</captcha.version>
|
|||
|
|
<captcha.image.version>2.2.3</captcha.image.version>
|
|||
|
|
<cas.sdk.version>3.6.4</cas.sdk.version>
|
|||
|
|
<flowable.version>7.0.0</flowable.version>
|
|||
|
|
<dingtalk.old.version>2.0.0</dingtalk.old.version>
|
|||
|
|
<swagger.fox.version>3.0.0</swagger.fox.version>
|
|||
|
|
<knife4j.version>2.0.9</knife4j.version>
|
|||
|
|
<velocity.version>2.3</velocity.version>
|
|||
|
|
<velocity.tool.version>3.1</velocity.tool.version>
|
|||
|
|
<jasypt.version>3.0.5</jasypt.version>
|
|||
|
|
<ttl.version>2.12.6</ttl.version>
|
|||
|
|
<jaxb.version>2.3.5</jaxb.version>
|
|||
|
|
<jimu.version>1.6.6-beta2</jimu.version>
|
|||
|
|
<aws.version>1.12.261</aws.version>
|
|||
|
|
<xxl.job.version>2.4.0</xxl.job.version>
|
|||
|
|
<activiti.version>5.22.0</activiti.version>
|
|||
|
|
<docker.registry>172.17.0.111</docker.registry>
|
|||
|
|
<docker.host>http://172.17.0.111:2375</docker.host>
|
|||
|
|
<docker.namespace>library</docker.namespace>
|
|||
|
|
<docker.username>admin</docker.username>
|
|||
|
|
<docker.password>Harbor12345</docker.password>
|
|||
|
|
<docker.plugin.version>0.33.0</docker.plugin.version>
|
|||
|
|
<minio.version>8.3.4</minio.version>
|
|||
|
|
<!-- 默认忽略docker构建 -->
|
|||
|
|
<docker.skip>false</docker.skip>
|
|||
|
|
</properties>
|
|||
|
|
|
|||
|
|
<dependencies>
|
|||
|
|
<!--spring cloud sleuth-->
|
|||
|
|
<!-- <dependency>-->
|
|||
|
|
<!-- <groupId>org.springframework.cloud</groupId>-->
|
|||
|
|
<!-- <artifactId>spring-cloud-starter-sleuth</artifactId>-->
|
|||
|
|
<!-- <version>3.0.2</version>-->
|
|||
|
|
<!-- </dependency>-->
|
|||
|
|
<!--集成logstash-->
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>net.logstash.logback</groupId>
|
|||
|
|
<artifactId>logstash-logback-encoder</artifactId>
|
|||
|
|
<version>5.3</version>
|
|||
|
|
</dependency>
|
|||
|
|
<!--配置文件处理器-->
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>org.springframework.boot</groupId>
|
|||
|
|
<artifactId>spring-boot-configuration-processor</artifactId>
|
|||
|
|
<optional>true</optional>
|
|||
|
|
</dependency>
|
|||
|
|
<!--jasypt配置文件加解密-->
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>com.github.ulisesbocchio</groupId>
|
|||
|
|
<artifactId>jasypt-spring-boot-starter</artifactId>
|
|||
|
|
<version>${jasypt.version}</version>
|
|||
|
|
</dependency>
|
|||
|
|
<!--监控-->
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>org.springframework.boot</groupId>
|
|||
|
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
|||
|
|
</dependency>
|
|||
|
|
<!--监控客户端-->
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>de.codecentric</groupId>
|
|||
|
|
<artifactId>spring-boot-admin-starter-client</artifactId>
|
|||
|
|
<version>${spring-boot-admin.version}</version>
|
|||
|
|
</dependency>
|
|||
|
|
<!--Lombok-->
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>org.projectlombok</groupId>
|
|||
|
|
<artifactId>lombok</artifactId>
|
|||
|
|
<scope>provided</scope>
|
|||
|
|
</dependency>
|
|||
|
|
<!-- JAVA 17 -->
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>com.sun.xml.bind</groupId>
|
|||
|
|
<artifactId>jaxb-impl</artifactId>
|
|||
|
|
<version>${jaxb.version}</version>
|
|||
|
|
</dependency>
|
|||
|
|
<!--测试依赖-->
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>org.springframework.boot</groupId>
|
|||
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|||
|
|
<scope>test</scope>
|
|||
|
|
</dependency>
|
|||
|
|
</dependencies>
|
|||
|
|
|
|||
|
|
<modules>
|
|||
|
|
<module>honeycom-register</module>
|
|||
|
|
<!-- <module>honeycom-nacos</module>-->
|
|||
|
|
<module>honeycom-gateway</module>
|
|||
|
|
<module>honeycom-auth</module>
|
|||
|
|
<module>honeycom-upms</module>
|
|||
|
|
<module>honeycom-common</module>
|
|||
|
|
<module>honeycom-flow</module>
|
|||
|
|
<module>honeycom-visual</module>
|
|||
|
|
<module>honeycom-app-server</module>
|
|||
|
|
<module>honeycom-pm</module>
|
|||
|
|
<module>honeycom-form</module>
|
|||
|
|
<module>honeycom-cms</module>
|
|||
|
|
<module>honeycom-log</module>
|
|||
|
|
<module>honeycom-msg</module>
|
|||
|
|
<!-- <module>honeycom-meiyun</module>-->
|
|||
|
|
<module>honeycom-tenant</module>
|
|||
|
|
<module>honeycom-packages</module>
|
|||
|
|
<module>honeycom-user</module>
|
|||
|
|
<!--<module>honeycom-product</module>-->
|
|||
|
|
<module>honeycom-mold</module>
|
|||
|
|
<module>honeycom-step</module>
|
|||
|
|
<!--<module>honeycom-adapter</module>-->
|
|||
|
|
<!-- <module>honeycom-transformer</module>-->
|
|||
|
|
<module>honeycom-third</module>
|
|||
|
|
<module>honeycom-spdm</module>
|
|||
|
|
</modules>
|
|||
|
|
|
|||
|
|
<dependencyManagement>
|
|||
|
|
<dependencies>
|
|||
|
|
<!--honeycom 公共版本定义-->
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>com.honeycombis</groupId>
|
|||
|
|
<artifactId>honeycom-common-bom</artifactId>
|
|||
|
|
<version>${project.version}</version>
|
|||
|
|
<type>pom</type>
|
|||
|
|
<scope>import</scope>
|
|||
|
|
</dependency>
|
|||
|
|
<!--spring boot 公共版本定义-->
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>org.springframework.boot</groupId>
|
|||
|
|
<artifactId>spring-boot-dependencies</artifactId>
|
|||
|
|
<version>${spring-boot.version}</version>
|
|||
|
|
<type>pom</type>
|
|||
|
|
<scope>import</scope>
|
|||
|
|
</dependency>
|
|||
|
|
<!--spring cloud 公共版本定义-->
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>org.springframework.cloud</groupId>
|
|||
|
|
<artifactId>spring-cloud-dependencies</artifactId>
|
|||
|
|
<version>${spring-cloud.version}</version>
|
|||
|
|
<type>pom</type>
|
|||
|
|
<scope>import</scope>
|
|||
|
|
</dependency>
|
|||
|
|
<!--spring cloud alibaba-->
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>com.alibaba.cloud</groupId>
|
|||
|
|
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
|
|||
|
|
<version>${spring-cloud-alibaba.version}</version>
|
|||
|
|
<type>pom</type>
|
|||
|
|
<scope>import</scope>
|
|||
|
|
</dependency>
|
|||
|
|
<!--web 模块-->
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>org.springframework.boot</groupId>
|
|||
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|||
|
|
<version>${spring-boot.version}</version>
|
|||
|
|
<exclusions>
|
|||
|
|
<!--排除tomcat依赖-->
|
|||
|
|
<exclusion>
|
|||
|
|
<artifactId>spring-boot-starter-tomcat</artifactId>
|
|||
|
|
<groupId>org.springframework.boot</groupId>
|
|||
|
|
</exclusion>
|
|||
|
|
</exclusions>
|
|||
|
|
</dependency>
|
|||
|
|
</dependencies>
|
|||
|
|
</dependencyManagement>
|
|||
|
|
|
|||
|
|
<build>
|
|||
|
|
<finalName>${project.name}</finalName>
|
|||
|
|
<resources>
|
|||
|
|
<resource>
|
|||
|
|
<directory>src/main/resources</directory>
|
|||
|
|
<filtering>true</filtering>
|
|||
|
|
</resource>
|
|||
|
|
</resources>
|
|||
|
|
<pluginManagement>
|
|||
|
|
<plugins>
|
|||
|
|
<!--spring boot 默认插件-->
|
|||
|
|
<plugin>
|
|||
|
|
<groupId>org.springframework.boot</groupId>
|
|||
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|||
|
|
<version>${spring-boot.version}</version>
|
|||
|
|
<executions>
|
|||
|
|
<execution>
|
|||
|
|
<goals>
|
|||
|
|
<goal>repackage</goal>
|
|||
|
|
</goals>
|
|||
|
|
</execution>
|
|||
|
|
</executions>
|
|||
|
|
</plugin>
|
|||
|
|
<!--maven docker 打包插件 -->
|
|||
|
|
<plugin>
|
|||
|
|
<groupId>io.fabric8</groupId>
|
|||
|
|
<artifactId>docker-maven-plugin</artifactId>
|
|||
|
|
<version>${docker.plugin.version}</version>
|
|||
|
|
<configuration>
|
|||
|
|
<dockerHost>${docker.host}</dockerHost>
|
|||
|
|
<registry>${docker.registry}</registry>
|
|||
|
|
<authConfig>
|
|||
|
|
<push>
|
|||
|
|
<username>${docker.username}</username>
|
|||
|
|
<password>${docker.password}</password>
|
|||
|
|
</push>
|
|||
|
|
</authConfig>
|
|||
|
|
<images>
|
|||
|
|
<image>
|
|||
|
|
<name>${docker.registry}/${docker.namespace}/${project.name}:${project.version}</name>
|
|||
|
|
<build>
|
|||
|
|
<dockerFile>${project.basedir}/Dockerfile</dockerFile>
|
|||
|
|
</build>
|
|||
|
|
</image>
|
|||
|
|
</images>
|
|||
|
|
</configuration>
|
|||
|
|
</plugin>
|
|||
|
|
</plugins>
|
|||
|
|
</pluginManagement>
|
|||
|
|
<plugins>
|
|||
|
|
<!--代码格式插件,默认使用spring 规则-->
|
|||
|
|
<plugin>
|
|||
|
|
<groupId>io.spring.javaformat</groupId>
|
|||
|
|
<artifactId>spring-javaformat-maven-plugin</artifactId>
|
|||
|
|
<version>${spring.checkstyle.version}</version>
|
|||
|
|
</plugin>
|
|||
|
|
<!--代码编译指定版本插件-->
|
|||
|
|
<plugin>
|
|||
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|||
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|||
|
|
<version>${maven.compiler.version}</version>
|
|||
|
|
<configuration>
|
|||
|
|
<target>${maven.compiler.target}</target>
|
|||
|
|
<source>${maven.compiler.source}</source>
|
|||
|
|
<encoding>UTF-8</encoding>
|
|||
|
|
<parameters>true</parameters>
|
|||
|
|
</configuration>
|
|||
|
|
</plugin>
|
|||
|
|
<!--打包关联最新 git commit 信息插件-->
|
|||
|
|
<plugin>
|
|||
|
|
<groupId>pl.project13.maven</groupId>
|
|||
|
|
<artifactId>git-commit-id-plugin</artifactId>
|
|||
|
|
<version>${git.commit.version}</version>
|
|||
|
|
</plugin>
|
|||
|
|
</plugins>
|
|||
|
|
</build>
|
|||
|
|
|
|||
|
|
<!-- 增加云效nexus示例仓库 (演示使用,可自行删除) -->
|
|||
|
|
<distributionManagement>
|
|||
|
|
<repository>
|
|||
|
|
<id>2459935-release-bSXkyu</id>
|
|||
|
|
<url>https://packages.aliyun.com/maven/repository/2459935-release-bSXkyu</url>
|
|||
|
|
<releases>
|
|||
|
|
<enabled>true</enabled>
|
|||
|
|
</releases>
|
|||
|
|
<snapshots>
|
|||
|
|
<enabled>false</enabled>
|
|||
|
|
</snapshots>
|
|||
|
|
</repository>
|
|||
|
|
</distributionManagement>
|
|||
|
|
|
|||
|
|
<repositories>
|
|||
|
|
<repository>
|
|||
|
|
<id>2459935-release-bSXkyu</id>
|
|||
|
|
<url>https://packages.aliyun.com/maven/repository/2459935-release-bSXkyu</url>
|
|||
|
|
<releases>
|
|||
|
|
<enabled>true</enabled>
|
|||
|
|
</releases>
|
|||
|
|
<snapshots>
|
|||
|
|
<enabled>true</enabled>
|
|||
|
|
</snapshots>
|
|||
|
|
</repository>
|
|||
|
|
</repositories>
|
|||
|
|
|
|||
|
|
<pluginRepositories>
|
|||
|
|
<pluginRepository>
|
|||
|
|
<id>aliyun-plugin</id>
|
|||
|
|
<url>https://maven.aliyun.com/repository/public</url>
|
|||
|
|
<releases>
|
|||
|
|
<enabled>true</enabled>
|
|||
|
|
</releases>
|
|||
|
|
<snapshots>
|
|||
|
|
<enabled>false</enabled>
|
|||
|
|
</snapshots>
|
|||
|
|
</pluginRepository>
|
|||
|
|
</pluginRepositories>
|
|||
|
|
|
|||
|
|
<profiles>
|
|||
|
|
<profile>
|
|||
|
|
<id>dev</id>
|
|||
|
|
<properties>
|
|||
|
|
<!-- 环境标识,需要与配置文件的名称相对应 -->
|
|||
|
|
<profiles.active>dev</profiles.active>
|
|||
|
|
<nacos.username>nacos</nacos.username>
|
|||
|
|
<nacos.password>N@c0s_2025_Honey!</nacos.password>
|
|||
|
|
<nacos.namespace></nacos.namespace>
|
|||
|
|
</properties>
|
|||
|
|
<activation>
|
|||
|
|
<!-- 默认环境 -->
|
|||
|
|
<activeByDefault>true</activeByDefault>
|
|||
|
|
</activation>
|
|||
|
|
</profile>
|
|||
|
|
<profile>
|
|||
|
|
<id>sit</id>
|
|||
|
|
<properties>
|
|||
|
|
<!-- 环境标识,需要与配置文件的名称相对应 -->
|
|||
|
|
<profiles.active>dev</profiles.active>
|
|||
|
|
<nacos.username>nacos</nacos.username>
|
|||
|
|
<nacos.password>N@c0s_2025_Honey!</nacos.password>
|
|||
|
|
<nacos.namespace>sit</nacos.namespace>
|
|||
|
|
</properties>
|
|||
|
|
</profile>
|
|||
|
|
</profiles>
|
|||
|
|
|
|||
|
|
</project>
|