|
|
@@ -1,403 +0,0 @@
|
|
|
-<?xml version="1.0" encoding="UTF-8"?>
|
|
|
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
|
- <modelVersion>4.0.0</modelVersion>
|
|
|
- <groupId>com.vap</groupId>
|
|
|
- <artifactId>VberAdminPlus</artifactId>
|
|
|
- <version>3.0.0</version>
|
|
|
- <packaging>pom</packaging>
|
|
|
- <name>${project.artifactId}</name>
|
|
|
- <description>VberAdminPlus后台管理系统</description>
|
|
|
- <modules>
|
|
|
- <module>vber-common</module>
|
|
|
- <module>vber-modules</module>
|
|
|
- <module>vber-extend</module>
|
|
|
- <module>vber-admin</module>
|
|
|
- </modules>
|
|
|
- <properties>
|
|
|
- <spring-boot-admin.version>3.1.8</spring-boot-admin.version>
|
|
|
- <maven-compiler-plugin.verison>3.11.0</maven-compiler-plugin.verison>
|
|
|
- <powerjob.version>4.3.6</powerjob.version>
|
|
|
- <shardingsphere.version>5.3.2</shardingsphere.version>
|
|
|
- <easyexcel.version>3.3.3</easyexcel.version>
|
|
|
- <dynamic-ds.version>4.2.0</dynamic-ds.version>
|
|
|
- <hutool.version>5.8.22</hutool.version>
|
|
|
- <spring-boot.version>3.1.7</spring-boot.version>
|
|
|
- <p6spy.version>3.9.1</p6spy.version>
|
|
|
- <flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version>
|
|
|
- <okhttp.version>4.10.0</okhttp.version>
|
|
|
- <springdoc.version>2.2.0</springdoc.version>
|
|
|
- <poi.version>5.2.3</poi.version>
|
|
|
- <mapstruct-plus.version>1.3.5</mapstruct-plus.version>
|
|
|
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
- <fastjson.version>1.2.83</fastjson.version>
|
|
|
- <aws-java-sdk-s3.version>1.12.600</aws-java-sdk-s3.version>
|
|
|
- <alibaba-ttl.version>2.14.4</alibaba-ttl.version>
|
|
|
- <therapi-javadoc.version>0.15.0</therapi-javadoc.version>
|
|
|
- <lock4j.version>2.2.5</lock4j.version>
|
|
|
- <sms4j.version>2.2.0</sms4j.version>
|
|
|
- <maven-jar-plugin.version>3.2.2</maven-jar-plugin.version>
|
|
|
- <java.version>17</java.version>
|
|
|
- <bouncycastle.version>1.76</bouncycastle.version>
|
|
|
- <spring-boot.mybatis>3.0.3</spring-boot.mybatis>
|
|
|
- <mybatis-plus.version>3.5.4</mybatis-plus.version>
|
|
|
- <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
- <revision>3.0.0</revision>
|
|
|
- <lombok.version>1.18.30</lombok.version>
|
|
|
- <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
|
|
|
- <mapstruct-plus.lombok.version>0.2.0</mapstruct-plus.lombok.version>
|
|
|
- <ip2region.version>2.7.0</ip2region.version>
|
|
|
- <satoken.version>1.37.0</satoken.version>
|
|
|
- <redisson.version>3.24.3</redisson.version>
|
|
|
- <justauth.version>1.16.6</justauth.version>
|
|
|
- <maven-war-plugin.version>3.2.2</maven-war-plugin.version>
|
|
|
- <velocity.version>2.3</velocity.version>
|
|
|
- </properties>
|
|
|
- <dependencyManagement>
|
|
|
- <dependencies>
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-dependencies</artifactId>
|
|
|
- <version>${spring-boot.version}</version>
|
|
|
- <type>pom</type>
|
|
|
- <scope>import</scope>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>cn.hutool</groupId>
|
|
|
- <artifactId>hutool-bom</artifactId>
|
|
|
- <version>${hutool.version}</version>
|
|
|
- <type>pom</type>
|
|
|
- <scope>import</scope>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>me.zhyd.oauth</groupId>
|
|
|
- <artifactId>JustAuth</artifactId>
|
|
|
- <version>${justauth.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.springdoc</groupId>
|
|
|
- <artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
|
|
|
- <version>${springdoc.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.github.therapi</groupId>
|
|
|
- <artifactId>therapi-runtime-javadoc</artifactId>
|
|
|
- <version>${therapi-javadoc.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.projectlombok</groupId>
|
|
|
- <artifactId>lombok</artifactId>
|
|
|
- <version>${lombok.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.poi</groupId>
|
|
|
- <artifactId>poi</artifactId>
|
|
|
- <version>${poi.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.poi</groupId>
|
|
|
- <artifactId>poi-ooxml</artifactId>
|
|
|
- <version>${poi.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.velocity</groupId>
|
|
|
- <artifactId>velocity-engine-core</artifactId>
|
|
|
- <version>${velocity.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>cn.dev33</groupId>
|
|
|
- <artifactId>sa-token-spring-boot3-starter</artifactId>
|
|
|
- <version>${satoken.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>cn.dev33</groupId>
|
|
|
- <artifactId>sa-token-jwt</artifactId>
|
|
|
- <version>${satoken.version}</version>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <groupId>cn.hutool</groupId>
|
|
|
- <artifactId>hutool-all</artifactId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>cn.dev33</groupId>
|
|
|
- <artifactId>sa-token-core</artifactId>
|
|
|
- <version>${satoken.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.baomidou</groupId>
|
|
|
- <artifactId>dynamic-datasource-spring-boot3-starter</artifactId>
|
|
|
- <version>${dynamic-ds.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.mybatis.spring.boot</groupId>
|
|
|
- <artifactId>mybatis-spring-boot-starter</artifactId>
|
|
|
- <version>${spring-boot.mybatis}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.baomidou</groupId>
|
|
|
- <artifactId>mybatis-plus-boot-starter</artifactId>
|
|
|
- <version>${mybatis-plus.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.baomidou</groupId>
|
|
|
- <artifactId>mybatis-plus-annotation</artifactId>
|
|
|
- <version>${mybatis-plus.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.shardingsphere</groupId>
|
|
|
- <artifactId>shardingsphere-jdbc-core</artifactId>
|
|
|
- <version>${shardingsphere.version}</version>
|
|
|
- </dependency>
|
|
|
- <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>
|
|
|
- <dependency>
|
|
|
- <groupId>com.amazonaws</groupId>
|
|
|
- <artifactId>aws-java-sdk-s3</artifactId>
|
|
|
- <version>${aws-java-sdk-s3.version}</version>
|
|
|
- </dependency>
|
|
|
- <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>
|
|
|
- <dependency>
|
|
|
- <groupId>com.alibaba</groupId>
|
|
|
- <artifactId>transmittable-thread-local</artifactId>
|
|
|
- <version>${alibaba-ttl.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.alibaba</groupId>
|
|
|
- <artifactId>fastjson</artifactId>
|
|
|
- <version>${fastjson.version}</version>
|
|
|
- </dependency>
|
|
|
- <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>
|
|
|
- <dependency>
|
|
|
- <groupId>org.redisson</groupId>
|
|
|
- <artifactId>redisson-spring-boot-starter</artifactId>
|
|
|
- <version>${redisson.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.baomidou</groupId>
|
|
|
- <artifactId>lock4j-redisson-spring-boot-starter</artifactId>
|
|
|
- <version>${lock4j.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>tech.powerjob</groupId>
|
|
|
- <artifactId>powerjob-worker-spring-boot-starter</artifactId>
|
|
|
- <version>${powerjob.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>tech.powerjob</groupId>
|
|
|
- <artifactId>powerjob-official-processors</artifactId>
|
|
|
- <version>${powerjob.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.bouncycastle</groupId>
|
|
|
- <artifactId>bcprov-jdk15to18</artifactId>
|
|
|
- <version>${bouncycastle.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>io.github.linpeilie</groupId>
|
|
|
- <artifactId>mapstruct-plus-spring-boot-starter</artifactId>
|
|
|
- <version>${mapstruct-plus.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.lionsoul</groupId>
|
|
|
- <artifactId>ip2region</artifactId>
|
|
|
- <version>${ip2region.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.dromara.sms4j</groupId>
|
|
|
- <artifactId>sms4j-spring-boot-starter</artifactId>
|
|
|
- <version>${sms4j.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.vap</groupId>
|
|
|
- <artifactId>vber-common-bom</artifactId>
|
|
|
- <version>3.0.0</version>
|
|
|
- <type>pom</type>
|
|
|
- <scope>import</scope>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.vap</groupId>
|
|
|
- <artifactId>vber-system</artifactId>
|
|
|
- <version>3.0.0</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.vap</groupId>
|
|
|
- <artifactId>vber-job</artifactId>
|
|
|
- <version>3.0.0</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.vap</groupId>
|
|
|
- <artifactId>vber-generator</artifactId>
|
|
|
- <version>3.0.0</version>
|
|
|
- </dependency>
|
|
|
- </dependencies>
|
|
|
- </dependencyManagement>
|
|
|
- <repositories>
|
|
|
- <repository>
|
|
|
- <releases>
|
|
|
- <enabled>true</enabled>
|
|
|
- </releases>
|
|
|
- <id>public</id>
|
|
|
- <name>huawei nexus</name>
|
|
|
- <url>https://mirrors.huaweicloud.com/repository/maven/</url>
|
|
|
- </repository>
|
|
|
- </repositories>
|
|
|
- <pluginRepositories>
|
|
|
- <pluginRepository>
|
|
|
- <releases>
|
|
|
- <enabled>true</enabled>
|
|
|
- </releases>
|
|
|
- <snapshots>
|
|
|
- <enabled>false</enabled>
|
|
|
- </snapshots>
|
|
|
- <id>public</id>
|
|
|
- <name>huawei nexus</name>
|
|
|
- <url>https://mirrors.huaweicloud.com/repository/maven/</url>
|
|
|
- </pluginRepository>
|
|
|
- </pluginRepositories>
|
|
|
- <build>
|
|
|
- <resources>
|
|
|
- <resource>
|
|
|
- <filtering>false</filtering>
|
|
|
- <directory>src/main/resources</directory>
|
|
|
- </resource>
|
|
|
- <resource>
|
|
|
- <filtering>true</filtering>
|
|
|
- <directory>src/main/resources</directory>
|
|
|
- <includes>
|
|
|
- <include>application*</include>
|
|
|
- <include>bootstrap*</include>
|
|
|
- <include>banner*</include>
|
|
|
- </includes>
|
|
|
- </resource>
|
|
|
- </resources>
|
|
|
- <plugins>
|
|
|
- <plugin>
|
|
|
- <artifactId>maven-compiler-plugin</artifactId>
|
|
|
- <version>${maven-compiler-plugin.verison}</version>
|
|
|
- <configuration>
|
|
|
- <source>${java.version}</source>
|
|
|
- <target>${java.version}</target>
|
|
|
- <encoding>${project.build.sourceEncoding}</encoding>
|
|
|
- <annotationProcessorPaths>
|
|
|
- <path>
|
|
|
- <groupId>com.github.therapi</groupId>
|
|
|
- <artifactId>therapi-runtime-javadoc-scribe</artifactId>
|
|
|
- <version>${therapi-javadoc.version}</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>
|
|
|
- <path>
|
|
|
- <groupId>io.github.linpeilie</groupId>
|
|
|
- <artifactId>mapstruct-plus-processor</artifactId>
|
|
|
- <version>${mapstruct-plus.version}</version>
|
|
|
- </path>
|
|
|
- <path>
|
|
|
- <groupId>org.projectlombok</groupId>
|
|
|
- <artifactId>lombok-mapstruct-binding</artifactId>
|
|
|
- <version>${mapstruct-plus.lombok.version}</version>
|
|
|
- </path>
|
|
|
- </annotationProcessorPaths>
|
|
|
- <compilerArgs>
|
|
|
- <arg>-parameters</arg>
|
|
|
- </compilerArgs>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
- <plugin>
|
|
|
- <artifactId>maven-surefire-plugin</artifactId>
|
|
|
- <version>${maven-surefire-plugin.version}</version>
|
|
|
- <configuration>
|
|
|
- <groups>${profiles.active}</groups>
|
|
|
- <excludedGroups>exclude</excludedGroups>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>org.codehaus.mojo</groupId>
|
|
|
- <artifactId>flatten-maven-plugin</artifactId>
|
|
|
- <version>${flatten-maven-plugin.version}</version>
|
|
|
- <executions>
|
|
|
- <execution>
|
|
|
- <id>flatten</id>
|
|
|
- <phase>process-resources</phase>
|
|
|
- <goals>
|
|
|
- <goal>flatten</goal>
|
|
|
- </goals>
|
|
|
- </execution>
|
|
|
- <execution>
|
|
|
- <id>flatten.clean</id>
|
|
|
- <phase>clean</phase>
|
|
|
- <goals>
|
|
|
- <goal>clean</goal>
|
|
|
- </goals>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
- <configuration>
|
|
|
- <updatePomFile>true</updatePomFile>
|
|
|
- <flattenMode>resolveCiFriendliesOnly</flattenMode>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
- </plugins>
|
|
|
- </build>
|
|
|
- <profiles>
|
|
|
- <profile>
|
|
|
- <id>local</id>
|
|
|
- <properties>
|
|
|
- <profiles.active>local</profiles.active>
|
|
|
- <logging.level>info</logging.level>
|
|
|
- </properties>
|
|
|
- </profile>
|
|
|
- <profile>
|
|
|
- <id>dev</id>
|
|
|
- <activation>
|
|
|
- <activeByDefault>true</activeByDefault>
|
|
|
- </activation>
|
|
|
- <properties>
|
|
|
- <profiles.active>dev</profiles.active>
|
|
|
- <logging.level>info</logging.level>
|
|
|
- </properties>
|
|
|
- </profile>
|
|
|
- <profile>
|
|
|
- <id>prod</id>
|
|
|
- <properties>
|
|
|
- <profiles.active>prod</profiles.active>
|
|
|
- <logging.level>warn</logging.level>
|
|
|
- </properties>
|
|
|
- </profile>
|
|
|
- </profiles>
|
|
|
-</project>
|