230 lines
7.7 KiB
XML
230 lines
7.7 KiB
XML
<?xml version="1.0"?>
|
|
<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>
|
|
<parent>
|
|
<artifactId>loan-parent</artifactId>
|
|
<groupId>com.zkj.loan</groupId>
|
|
<version>5.0</version>
|
|
</parent>
|
|
|
|
<artifactId>loan-batch-boot</artifactId>
|
|
<packaging>jar</packaging>
|
|
<name>loan-batch-boot</name>
|
|
|
|
<properties>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
</properties>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.github.xiaoymin</groupId>
|
|
<artifactId>knife4j-spring-boot-starter</artifactId>
|
|
<version>3.0.3</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.zkj.loan</groupId>
|
|
<artifactId>loan-common-next-probe</artifactId>
|
|
<version>5.0</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<artifactId>javax.el-api</artifactId>
|
|
<groupId>javax.el</groupId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.zkj.loan</groupId>
|
|
<artifactId>loan-batch-internet-application</artifactId>
|
|
<version>5.0</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<artifactId>commons-fileupload</artifactId>
|
|
<groupId>commons-fileupload</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>jsr250-api</artifactId>
|
|
<groupId>javax.annotation</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>javax.el-api</artifactId>
|
|
<groupId>javax.el</groupId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.junit.platform</groupId>
|
|
<artifactId>junit-platform-launcher</artifactId>
|
|
<version>1.6.3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
<scope>test</scope>
|
|
<exclusions>
|
|
<exclusion>
|
|
<artifactId>spring-jcl</artifactId>
|
|
<groupId>org.springframework</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>com.jayway.jsonpath</groupId>
|
|
<artifactId>json-path</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<artifactId>spring-cloud-starter-openfeign</artifactId>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>commons-logging</groupId>
|
|
<artifactId>commons-logging</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.zkj.loan</groupId>
|
|
<artifactId>loan-online-boot</artifactId>
|
|
<version>5.0</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.activiti</groupId>
|
|
<artifactId>activiti-process-validation</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.activiti</groupId>
|
|
<artifactId>activiti-image-generator</artifactId>
|
|
</dependency>
|
|
<!-- 添加 dm8 jdbc jar 包依赖-->
|
|
<dependency>
|
|
<groupId>com.dameng</groupId>
|
|
<artifactId>DmJdbcDriver18</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.github.ulisesbocchio</groupId>
|
|
<artifactId>jasypt-spring-boot-starter</artifactId>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
<!--<profiles>
|
|
<profile>
|
|
<id>local</id>
|
|
<properties>
|
|
<profile.active>local</profile.active>
|
|
</properties>
|
|
</profile>
|
|
<profile>
|
|
<id>dev</id>
|
|
<activation>
|
|
<activeByDefault>true</activeByDefault>
|
|
</activation>
|
|
<properties>
|
|
<profile.active>dev</profile.active>
|
|
</properties>
|
|
</profile>
|
|
<profile>
|
|
<id>sit1</id>
|
|
<properties>
|
|
<profile.active>sit1</profile.active>
|
|
</properties>
|
|
</profile>
|
|
<profile>
|
|
<id>sit2</id>
|
|
<properties>
|
|
<profile.active>sit2</profile.active>
|
|
</properties>
|
|
</profile>
|
|
<profile>
|
|
<id>sit3</id>
|
|
<properties>
|
|
<profile.active>sit3</profile.active>
|
|
</properties>
|
|
</profile>
|
|
<profile>
|
|
<id>uat1</id>
|
|
<properties>
|
|
<profile.active>uat1</profile.active>
|
|
</properties>
|
|
</profile>
|
|
<profile>
|
|
<id>uat2</id>
|
|
<properties>
|
|
<profile.active>uat2</profile.active>
|
|
</properties>
|
|
</profile>
|
|
<profile>
|
|
<id>uat3</id>
|
|
<properties>
|
|
<profile.active>uat3</profile.active>
|
|
</properties>
|
|
</profile>
|
|
<profile>
|
|
<id>prod</id>
|
|
|
|
<properties>
|
|
<profile.active>prod</profile.active>
|
|
</properties>
|
|
</profile>
|
|
</profiles>-->
|
|
|
|
<build>
|
|
<finalName>loan-batch</finalName>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<version>2.1.2.RELEASE</version>
|
|
<configuration>
|
|
<mainClass>com.zkj.loan.boot.application.BatchApplication</mainClass>
|
|
<includeSystemScope>true</includeSystemScope><!--包含 本地 引入jar包-->
|
|
<layout>JAR</layout>
|
|
</configuration>
|
|
<executions>
|
|
<execution>
|
|
<goals>
|
|
<goal>repackage</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
</plugins>
|
|
<!--<resources>
|
|
<resource>
|
|
<directory>src/main/resources</directory>
|
|
<excludes>
|
|
<exclude>application*.yml</exclude>
|
|
</excludes>
|
|
</resource>
|
|
<resource>
|
|
<directory>src/main/resources</directory>
|
|
<filtering>true</filtering>
|
|
<includes>
|
|
<include>application.yml</include>
|
|
<include>application-${profile.active}.yml</include>
|
|
</includes>
|
|
</resource>
|
|
</resources>-->
|
|
</build>
|
|
</project>
|