|
@@ -0,0 +1,387 @@
|
|
|
|
|
+<?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">
|
|
|
|
|
+ <parent>
|
|
|
|
|
+ <artifactId>GUOXIN_LDT</artifactId>
|
|
|
|
|
+ <groupId>org.springblade</groupId>
|
|
|
|
|
+ <version>2.8.2.RELEASE</version>
|
|
|
|
|
+ </parent>
|
|
|
|
|
+ <modelVersion>4.0.0</modelVersion>
|
|
|
|
|
+
|
|
|
|
|
+ <artifactId>ldt-core</artifactId>
|
|
|
|
|
+
|
|
|
|
|
+ <dependencies>
|
|
|
|
|
+ <!-- Blade -->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springblade</groupId>
|
|
|
|
|
+ <artifactId>blade-core-boot</artifactId>
|
|
|
|
|
+ <exclusions>
|
|
|
|
|
+ <exclusion>
|
|
|
|
|
+ <groupId>org.springblade</groupId>
|
|
|
|
|
+ <artifactId>blade-core-cloud</artifactId>
|
|
|
|
|
+ </exclusion>
|
|
|
|
|
+ </exclusions>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springblade</groupId>
|
|
|
|
|
+ <artifactId>blade-starter-http</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springblade</groupId>
|
|
|
|
|
+ <artifactId>blade-starter-api-crypto</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springblade</groupId>
|
|
|
|
|
+ <artifactId>blade-starter-datascope</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springblade</groupId>
|
|
|
|
|
+ <artifactId>blade-starter-tenant</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springblade</groupId>
|
|
|
|
|
+ <artifactId>blade-starter-develop</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springblade</groupId>
|
|
|
|
|
+ <artifactId>blade-starter-swagger</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springblade</groupId>
|
|
|
|
|
+ <artifactId>blade-starter-excel</artifactId>
|
|
|
|
|
+ <exclusions>
|
|
|
|
|
+ <exclusion>
|
|
|
|
|
+ <artifactId>poi-ooxml</artifactId>
|
|
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
|
|
+ </exclusion>
|
|
|
|
|
+ <exclusion>
|
|
|
|
|
+ <artifactId>poi</artifactId>
|
|
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
|
|
+ </exclusion>
|
|
|
|
|
+ <exclusion>
|
|
|
|
|
+ <artifactId>poi-ooxml-schemas</artifactId>
|
|
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
|
|
+ </exclusion>
|
|
|
|
|
+ </exclusions>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springblade</groupId>
|
|
|
|
|
+ <artifactId>blade-starter-social</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.github.xiaoymin</groupId>
|
|
|
|
|
+ <artifactId>knife4j-spring-ui</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springblade</groupId>
|
|
|
|
|
+ <artifactId>blade-core-auto</artifactId>
|
|
|
|
|
+ <scope>provided</scope>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springblade</groupId>
|
|
|
|
|
+ <artifactId>blade-core-test</artifactId>
|
|
|
|
|
+ <scope>test</scope>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <!-- 报表 -->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springblade</groupId>
|
|
|
|
|
+ <artifactId>blade-starter-report</artifactId>
|
|
|
|
|
+ <exclusions>
|
|
|
|
|
+ <exclusion>
|
|
|
|
|
+ <artifactId>poi-ooxml</artifactId>
|
|
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
|
|
+ </exclusion>
|
|
|
|
|
+ <exclusion>
|
|
|
|
|
+ <artifactId>poi</artifactId>
|
|
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
|
|
+ </exclusion>
|
|
|
|
|
+ <exclusion>
|
|
|
|
|
+ <artifactId>poi-scratchpad</artifactId>
|
|
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
|
|
+ </exclusion>
|
|
|
|
|
+ <exclusion>
|
|
|
|
|
+ <artifactId>ooxml-schemas</artifactId>
|
|
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
|
|
+ </exclusion>
|
|
|
|
|
+ </exclusions>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <!-- 验证码 -->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.github.whvcse</groupId>
|
|
|
|
|
+ <artifactId>easy-captcha</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <!-- 工作流 -->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.flowable</groupId>
|
|
|
|
|
+ <artifactId>flowable-spring-boot-starter</artifactId>
|
|
|
|
|
+ <version>${flowable.version}</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.flowable</groupId>
|
|
|
|
|
+ <artifactId>flowable-json-converter</artifactId>
|
|
|
|
|
+ <version>${flowable.version}</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <!-- Mybatis-Plus -->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.baomidou</groupId>
|
|
|
|
|
+ <artifactId>mybatis-plus-generator</artifactId>
|
|
|
|
|
+ <scope>provided</scope>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.apache.velocity</groupId>
|
|
|
|
|
+ <artifactId>velocity</artifactId>
|
|
|
|
|
+ <version>1.7</version>
|
|
|
|
|
+ <scope>provided</scope>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <!--Oss-->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springblade</groupId>
|
|
|
|
|
+ <artifactId>blade-starter-oss</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <!--Sms-->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springblade</groupId>
|
|
|
|
|
+ <artifactId>blade-starter-sms</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <!--MinIO-->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>io.minio</groupId>
|
|
|
|
|
+ <artifactId>minio</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <!--Alioss-->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.aliyun.oss</groupId>
|
|
|
|
|
+ <artifactId>aliyun-sdk-oss</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <!--AliSms-->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.aliyun</groupId>
|
|
|
|
|
+ <artifactId>aliyun-java-sdk-core</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <!--腾讯COS-->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.qcloud</groupId>
|
|
|
|
|
+ <artifactId>cos_api</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <!--腾讯SMS-->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.github.qcloudsms</groupId>
|
|
|
|
|
+ <artifactId>qcloudsms</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <!--QiNiu-->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.qiniu</groupId>
|
|
|
|
|
+ <artifactId>qiniu-java-sdk</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <!--YunPian-->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.yunpian.sdk</groupId>
|
|
|
|
|
+ <artifactId>yunpian-java-sdk</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <!-- lombok -->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.projectlombok</groupId>
|
|
|
|
|
+ <artifactId>lombok</artifactId>
|
|
|
|
|
+ <scope>provided</scope>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <!-- hutools -->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>cn.hutool</groupId>
|
|
|
|
|
+ <artifactId>hutool-all</artifactId>
|
|
|
|
|
+ <version>5.7.9</version>
|
|
|
|
|
+ <exclusions>
|
|
|
|
|
+ <exclusion>
|
|
|
|
|
+ <artifactId>poi-ooxml</artifactId>
|
|
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
|
|
+ </exclusion>
|
|
|
|
|
+ </exclusions>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
|
|
+ <artifactId>poi</artifactId>
|
|
|
|
|
+ <version>5.0.0</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
|
|
+ <artifactId>poi-ooxml</artifactId>
|
|
|
|
|
+ <version>5.0.0</version>
|
|
|
|
|
+ <exclusions>
|
|
|
|
|
+ <exclusion>
|
|
|
|
|
+ <artifactId>poi</artifactId>
|
|
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
|
|
+ </exclusion>
|
|
|
|
|
+ </exclusions>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <!-- 易宝支付SDK -->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.yeepay.yop.sdk</groupId>
|
|
|
|
|
+ <artifactId>yop-java-sdk</artifactId>
|
|
|
|
|
+ <version>4.1.4-jdk7</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- obs sdk -->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.huaweicloud</groupId>
|
|
|
|
|
+ <artifactId>esdk-obs-java</artifactId>
|
|
|
|
|
+ <version>3.20.6.2</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <!-- PKCS7Padding -->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.bouncycastle</groupId>
|
|
|
|
|
+ <artifactId>bcprov-jdk15to18</artifactId>
|
|
|
|
|
+ <version>1.68</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
|
+ <artifactId>spring-boot-starter-websocket</artifactId>
|
|
|
|
|
+ <version>2.1.6.RELEASE</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
|
+ <artifactId>spring-boot-starter-web</artifactId>
|
|
|
|
|
+ <version>2.1.6.RELEASE</version>
|
|
|
|
|
+ <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-undertow</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
|
|
+ <artifactId>spring-test</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
|
+ <artifactId>spring-boot-starter-amqp</artifactId>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ </dependencies>
|
|
|
|
|
+
|
|
|
|
|
+ <build>
|
|
|
|
|
+ <finalName>${bladex.project.id}</finalName>
|
|
|
|
|
+ <resources>
|
|
|
|
|
+ <resource>
|
|
|
|
|
+ <directory>src/main/resources</directory>
|
|
|
|
|
+ </resource>
|
|
|
|
|
+ <resource>
|
|
|
|
|
+ <directory>src/main/java</directory>
|
|
|
|
|
+ <includes>
|
|
|
|
|
+ <include>**/*.xml</include>
|
|
|
|
|
+ </includes>
|
|
|
|
|
+ </resource>
|
|
|
|
|
+ </resources>
|
|
|
|
|
+ <plugins>
|
|
|
|
|
+ <plugin>
|
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
|
+ <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
|
+ <version>${spring.boot.version}</version>
|
|
|
|
|
+ <configuration>
|
|
|
|
|
+ <finalName>${project.build.finalName}</finalName>
|
|
|
|
|
+ <layout>ZIP</layout>
|
|
|
|
|
+ <includes>
|
|
|
|
|
+ <include>
|
|
|
|
|
+ <groupId>nothing</groupId>
|
|
|
|
|
+ <artifactId>nothing</artifactId>
|
|
|
|
|
+ </include>
|
|
|
|
|
+ </includes>
|
|
|
|
|
+ </configuration>
|
|
|
|
|
+ <executions>
|
|
|
|
|
+ <execution>
|
|
|
|
|
+ <goals>
|
|
|
|
|
+ <goal>repackage</goal>
|
|
|
|
|
+ </goals>
|
|
|
|
|
+ </execution>
|
|
|
|
|
+ </executions>
|
|
|
|
|
+ </plugin>
|
|
|
|
|
+
|
|
|
|
|
+ <plugin>
|
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
|
+ <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
|
+ </plugin>
|
|
|
|
|
+ <plugin>
|
|
|
|
|
+ <artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
+ <version>${maven.plugin.version}</version>
|
|
|
|
|
+ <configuration>
|
|
|
|
|
+ <source>${java.version}</source>
|
|
|
|
|
+ <target>${java.version}</target>
|
|
|
|
|
+ <encoding>UTF-8</encoding>
|
|
|
|
|
+ <compilerArgs>
|
|
|
|
|
+ <arg>-parameters</arg>
|
|
|
|
|
+ </compilerArgs>
|
|
|
|
|
+ </configuration>
|
|
|
|
|
+ </plugin>
|
|
|
|
|
+ <plugin>
|
|
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
+ <artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
|
+ <configuration>
|
|
|
|
|
+ <testFailureIgnore>true</testFailureIgnore>
|
|
|
|
|
+ </configuration>
|
|
|
|
|
+ </plugin>
|
|
|
|
|
+ <plugin>
|
|
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
+ <artifactId>maven-dependency-plugin</artifactId>
|
|
|
|
|
+ <executions>
|
|
|
|
|
+ <execution>
|
|
|
|
|
+ <id>copy-dependencies</id>
|
|
|
|
|
+ <phase>package</phase>
|
|
|
|
|
+ <goals>
|
|
|
|
|
+ <goal>copy-dependencies</goal>
|
|
|
|
|
+ </goals>
|
|
|
|
|
+ <configuration>
|
|
|
|
|
+ <!--target/lib是依赖jar包的输出目录,根据自己喜好配置-->
|
|
|
|
|
+ <outputDirectory>target/lib</outputDirectory>
|
|
|
|
|
+ <excludeTransitive>false</excludeTransitive>
|
|
|
|
|
+ <stripVersion>false</stripVersion>
|
|
|
|
|
+ <includeScope>runtime</includeScope>
|
|
|
|
|
+ </configuration>
|
|
|
|
|
+ </execution>
|
|
|
|
|
+ </executions>
|
|
|
|
|
+ </plugin>
|
|
|
|
|
+
|
|
|
|
|
+ <plugin>
|
|
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
+ <artifactId>maven-resources-plugin</artifactId>
|
|
|
|
|
+ <executions>
|
|
|
|
|
+ <execution>
|
|
|
|
|
+ <id>copy-resources</id>
|
|
|
|
|
+ <phase>package</phase>
|
|
|
|
|
+ <goals>
|
|
|
|
|
+ <goal>copy-resources</goal>
|
|
|
|
|
+ </goals>
|
|
|
|
|
+ <configuration>
|
|
|
|
|
+ <resources>
|
|
|
|
|
+ <resource>
|
|
|
|
|
+ <directory>src/main/resources</directory>
|
|
|
|
|
+ </resource>
|
|
|
|
|
+ </resources>
|
|
|
|
|
+ <outputDirectory>${project.build.directory}/resources</outputDirectory>
|
|
|
|
|
+ </configuration>
|
|
|
|
|
+ </execution>
|
|
|
|
|
+ </executions>
|
|
|
|
|
+ </plugin>
|
|
|
|
|
+ <plugin>
|
|
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
+ <artifactId>maven-jar-plugin</artifactId>
|
|
|
|
|
+ <configuration>
|
|
|
|
|
+ <excludes>
|
|
|
|
|
+ <exclude>*.yml</exclude>
|
|
|
|
|
+ <exclude>*.properties</exclude>
|
|
|
|
|
+ <exclude>*.xml</exclude>
|
|
|
|
|
+ <exclude>*.txt</exclude>
|
|
|
|
|
+ <exclude>log/**</exclude>
|
|
|
|
|
+ <exclude>META-INF/**</exclude>
|
|
|
|
|
+ </excludes>
|
|
|
|
|
+ </configuration>
|
|
|
|
|
+ </plugin>
|
|
|
|
|
+ </plugins>
|
|
|
|
|
+ </build>
|
|
|
|
|
+
|
|
|
|
|
+</project>
|