You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
499 lines
19 KiB
499 lines
19 KiB
12 months ago
|
<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>
|
||
|
<groupId>com.dxhy.tool</groupId>
|
||
|
<artifactId>dxhy-parent</artifactId>
|
||
|
<version>2.0</version>
|
||
|
</parent>
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
<groupId>com.dxhy.itax</groupId>
|
||
|
<artifactId>itaxBase</artifactId>
|
||
|
<version>${sys.version}</version>
|
||
|
<packaging>pom</packaging>
|
||
|
|
||
|
<name>itaxBase</name>
|
||
|
<modules>
|
||
|
<module>itaxBase-common</module>
|
||
|
<module>itaxBase-admin</module>
|
||
|
<module>itaxBase-log</module>
|
||
|
<module>i-taxsso-core</module>
|
||
|
<module>itaxBase-operation</module>
|
||
|
</modules>
|
||
|
|
||
|
<properties>
|
||
|
<!--项目编译字符集-->
|
||
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||
|
<!--使用java版本-->
|
||
|
<java.version>1.8</java.version>
|
||
|
<odbc.version>19.3.0.0</odbc.version>
|
||
|
<!-- maven编译版本-->
|
||
|
<maven.compiler.plugin.version>3.6.0</maven.compiler.plugin.version>
|
||
|
<sys.version>8.0.0</sys.version>
|
||
|
<itax-rpc.version>1.2.1</itax-rpc.version>
|
||
|
<junit.version>4.12</junit.version>
|
||
|
<jedis.version>2.9.0</jedis.version>
|
||
|
<druid.version>1.1.10</druid.version>
|
||
|
<!--<mybatisplus.version>2.1.9</mybatisplus.version>
|
||
|
<mybatisplus.spring.boot.version>1.0.5</mybatisplus.spring.boot.version>-->
|
||
|
<mybatis.plus.spring.boot.version>3.5.5</mybatis.plus.spring.boot.version>
|
||
|
<mysql.version>8.0.22</mysql.version>
|
||
|
<mssql.version>4.0</mssql.version>
|
||
|
<commons.lang.version>2.6</commons.lang.version>
|
||
|
<commons.fileupload.version>1.3.1</commons.fileupload.version>
|
||
|
<commons.io.version>2.5</commons.io.version>
|
||
|
<commons.codec.version>1.10</commons.codec.version>
|
||
|
<commonsCodec.version>1.11</commonsCodec.version>
|
||
|
<fastjson.version>1.2.76</fastjson.version>
|
||
|
<jackson.version>2.9.7</jackson.version>
|
||
|
<joda.time.version>2.9.9</joda.time.version>
|
||
|
<jetty-server.version>9.2.26.v20180806</jetty-server.version>
|
||
|
<maven-project-info-reports-plugin.version>2.9</maven-project-info-reports-plugin.version>
|
||
|
<maven-surefire-report-plugin.version>2.20</maven-surefire-report-plugin.version>
|
||
|
<plugin.versions.verison>2.5</plugin.versions.verison>
|
||
|
<plugin.compiler.version>3.6.1</plugin.compiler.version>
|
||
|
<surefire.plugin.version>2.21.0</surefire.plugin.version>
|
||
|
<!-- POI,Excel处理工具类版本-->
|
||
|
<poi.version>4.1.2</poi.version>
|
||
|
<xxl-rpc.version>1.2.1</xxl-rpc.version>
|
||
|
<commons-exec.version>1.3</commons-exec.version>
|
||
|
<commons-email.version>1.5</commons-email.version>
|
||
|
<groovy-all.version>2.5.3</groovy-all.version>
|
||
|
<spring.boot.version>2.3.6.RELEASE</spring.boot.version>
|
||
|
<!-- hibernate.validator版本-->
|
||
|
<hibernate.validator.version>6.1.6.Final</hibernate.validator.version>
|
||
|
<!-- hutool版本-->
|
||
|
<hutool.version>5.5.7</hutool.version>
|
||
|
<kingbase8.version>8.6.0</kingbase8.version>
|
||
|
</properties>
|
||
|
|
||
|
<dependencies>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>com.alibaba.cloud</groupId>
|
||
|
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
||
|
<version>2.2.5.RELEASE</version>
|
||
|
<scope>compile</scope>
|
||
|
</dependency>
|
||
|
|
||
|
<!-- Spring Cloud Nacos Service Discovery -->
|
||
|
<dependency>
|
||
|
<groupId>com.alibaba.cloud</groupId>
|
||
|
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
|
||
|
<version>2.2.5.RELEASE</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework.boot</groupId>
|
||
|
<artifactId>spring-boot-actuator-autoconfigure</artifactId>
|
||
|
<version>2.3.2.RELEASE</version>
|
||
|
</dependency>
|
||
|
<!-- xxl-rpc-core -->
|
||
|
<dependency>
|
||
|
<groupId>com.xuxueli</groupId>
|
||
|
<artifactId>xxl-rpc-core</artifactId>
|
||
|
<version>${xxl-rpc.version}</version>
|
||
|
</dependency>
|
||
|
<!-- commons-exec -->
|
||
|
<dependency>
|
||
|
<groupId>org.apache.commons</groupId>
|
||
|
<artifactId>commons-exec</artifactId>
|
||
|
<version>${commons-exec.version}</version>
|
||
|
</dependency>
|
||
|
<!-- groovy-all -->
|
||
|
<dependency>
|
||
|
<groupId>org.codehaus.groovy</groupId>
|
||
|
<artifactId>groovy</artifactId>
|
||
|
<version>${groovy-all.version}</version>
|
||
|
</dependency>
|
||
|
<!-- commons-email -->
|
||
|
<dependency>
|
||
|
<groupId>org.apache.commons</groupId>
|
||
|
<artifactId>commons-email</artifactId>
|
||
|
<version>${commons-email.version}</version>
|
||
|
</dependency>
|
||
|
<!--读取excel文件-->
|
||
|
<dependency>
|
||
|
<groupId>org.apache.xmlbeans</groupId>
|
||
|
<artifactId>xmlbeans</artifactId>
|
||
|
<version>3.1.0</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.apache.poi</groupId>
|
||
|
<artifactId>poi-ooxml</artifactId>
|
||
|
<version>${poi.version}</version>
|
||
|
<exclusions>
|
||
|
<exclusion>
|
||
|
<groupId>org.apache.xmlbeans</groupId>
|
||
|
<artifactId>xmlbeans</artifactId>
|
||
|
</exclusion>
|
||
|
</exclusions>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.apache.poi</groupId>
|
||
|
<artifactId>poi-ooxml-schemas</artifactId>
|
||
|
<version>${poi.version}</version>
|
||
|
<exclusions>
|
||
|
<exclusion>
|
||
|
<groupId>org.apache.xmlbeans</groupId>
|
||
|
<artifactId>xmlbeans</artifactId>
|
||
|
</exclusion>
|
||
|
</exclusions>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.apache.poi</groupId>
|
||
|
<artifactId>poi</artifactId>
|
||
|
<version>${poi.version}</version>
|
||
|
<exclusions>
|
||
|
<exclusion>
|
||
|
<groupId>org.apache.xmlbeans</groupId>
|
||
|
<artifactId>xmlbeans</artifactId>
|
||
|
</exclusion>
|
||
|
</exclusions>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>junit</groupId>
|
||
|
<artifactId>junit</artifactId>
|
||
|
<version>${junit.version}</version>
|
||
|
<scope>test</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework.boot</groupId>
|
||
|
<artifactId>spring-boot-starter-test</artifactId>
|
||
|
<scope>test</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.quartz-scheduler</groupId>
|
||
|
<artifactId>quartz</artifactId>
|
||
|
<version>2.3.0</version>
|
||
|
<scope>compile</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework.boot</groupId>
|
||
|
<artifactId>spring-boot-starter-web</artifactId>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework.boot</groupId>
|
||
|
<artifactId>spring-boot-starter-aop</artifactId>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework</groupId>
|
||
|
<artifactId>spring-context-support</artifactId>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework.boot</groupId>
|
||
|
<artifactId>spring-boot-starter-data-redis</artifactId>
|
||
|
</dependency>
|
||
|
<!-- websoket -->
|
||
|
<dependency>
|
||
|
<groupId>org.springframework.boot</groupId>
|
||
|
<artifactId>spring-boot-starter-websocket</artifactId>
|
||
|
<version>2.0.4.RELEASE</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.springframework.boot</groupId>
|
||
|
<artifactId>spring-boot-configuration-processor</artifactId>
|
||
|
<optional>true</optional>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>redis.clients</groupId>
|
||
|
<artifactId>jedis</artifactId>
|
||
|
<version>${jedis.version}</version>
|
||
|
</dependency>
|
||
|
<!--达梦驱动-->
|
||
|
<dependency>
|
||
|
<groupId>com.dm</groupId>
|
||
|
<artifactId>DmJdbcDriver</artifactId>
|
||
|
<version>1.8.0</version>
|
||
|
</dependency>
|
||
|
<!-- mysql驱动 -->
|
||
|
<dependency>
|
||
|
<groupId>mysql</groupId>
|
||
|
<artifactId>mysql-connector-java</artifactId>
|
||
|
<version>${mysql.version}</version>
|
||
|
</dependency>
|
||
|
<!-- oracle驱动 -->
|
||
|
<dependency>
|
||
|
<groupId>com.oracle.ojdbc</groupId>
|
||
|
<artifactId>ojdbc8</artifactId>
|
||
|
<version>${odbc.version}</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.oracle.ojdbc</groupId>
|
||
|
<artifactId>orai18n</artifactId>
|
||
|
<version>${odbc.version}</version>
|
||
|
</dependency>
|
||
|
<!-- mssql驱动 -->
|
||
|
<dependency>
|
||
|
<groupId>com.microsoft.sqlserver</groupId>
|
||
|
<artifactId>sqljdbc4</artifactId>
|
||
|
<version>${mssql.version}</version>
|
||
|
</dependency>
|
||
|
<!-- postgresql驱动 -->
|
||
|
<dependency>
|
||
|
<groupId>org.postgresql</groupId>
|
||
|
<artifactId>postgresql</artifactId>
|
||
|
</dependency>
|
||
|
<!--人大金仓-->
|
||
|
<dependency>
|
||
|
<groupId>cn.com.kingbase</groupId>
|
||
|
<artifactId>kingbase8</artifactId>
|
||
|
<version>${kingbase8.version}</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.alibaba</groupId>
|
||
|
<artifactId>druid-spring-boot-starter</artifactId>
|
||
|
<version>${druid.version}</version>
|
||
|
</dependency>
|
||
|
<!--<dependency>
|
||
|
<groupId>com.baomidou</groupId>
|
||
|
<artifactId>mybatis-plus</artifactId>
|
||
|
<version>${mybatisplus.version}</version>
|
||
|
</dependency>-->
|
||
|
<!--<dependency>
|
||
|
<groupId>com.baomidou</groupId>
|
||
|
<artifactId>mybatisplus-spring-boot-starter</artifactId>
|
||
|
<version>${mybatisplus.spring.boot.version}</version>
|
||
|
</dependency>-->
|
||
|
<dependency>
|
||
|
<groupId>com.baomidou</groupId>
|
||
|
<artifactId>mybatis-plus-boot-starter</artifactId>
|
||
|
<version>${mybatis.plus.spring.boot.version}</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.github.pagehelper</groupId>
|
||
|
<artifactId>pagehelper-spring-boot-starter</artifactId>
|
||
|
<version>1.4.6</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.alibaba</groupId>
|
||
|
<artifactId>fastjson</artifactId>
|
||
|
<version>${fastjson.version}</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>commons-lang</groupId>
|
||
|
<artifactId>commons-lang</artifactId>
|
||
|
<version>${commons.lang.version}</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>commons-fileupload</groupId>
|
||
|
<artifactId>commons-fileupload</artifactId>
|
||
|
<version>${commons.fileupload.version}</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>commons-io</groupId>
|
||
|
<artifactId>commons-io</artifactId>
|
||
|
<version>${commons.io.version}</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>commons-codec</groupId>
|
||
|
<artifactId>commons-codec</artifactId>
|
||
|
<version>${commons.codec.version}</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>commons-collections</groupId>
|
||
|
<artifactId>commons-collections</artifactId>
|
||
|
<version>3.2.2</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>joda-time</groupId>
|
||
|
<artifactId>joda-time</artifactId>
|
||
|
<version>${joda.time.version}</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.hibernate.validator</groupId>
|
||
|
<artifactId>hibernate-validator</artifactId>
|
||
|
<version>${hibernate.validator.version}</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>cn.hutool</groupId>
|
||
|
<artifactId>hutool-all</artifactId>
|
||
|
<version>${hutool.version}</version>
|
||
|
</dependency>
|
||
|
<!--<dependency>
|
||
|
<groupId>commons-codec</groupId>
|
||
|
<artifactId>commons-codec</artifactId>
|
||
|
<version>${commonsCodec.version}</version>
|
||
|
</dependency>-->
|
||
|
<dependency>
|
||
|
<groupId>org.apache.skywalking</groupId>
|
||
|
<artifactId>apm-toolkit-logback-1.x</artifactId>
|
||
|
<version>8.3.0</version>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<repositories>
|
||
|
<repository>
|
||
|
<snapshots>
|
||
|
<enabled>true</enabled>
|
||
|
</snapshots>
|
||
|
<id>dxhy</id>
|
||
|
<name>dxhy Repository</name>
|
||
|
<url>http://10.1.20.6:8081/nexus/content/groups/public</url>
|
||
|
</repository>
|
||
|
</repositories>
|
||
|
<build>
|
||
|
<plugins>
|
||
|
<!--编译环境-->
|
||
|
<plugin>
|
||
|
<groupId>org.apache.maven.plugins</groupId>
|
||
|
<artifactId>maven-compiler-plugin</artifactId>
|
||
|
<version>${maven.compiler.plugin.version}</version>
|
||
|
<configuration>
|
||
|
<fork>true</fork>
|
||
|
<source>${java.version}</source>
|
||
|
<target>${java.version}</target>
|
||
|
<encoding>${project.build.sourceEncoding}</encoding>
|
||
|
</configuration>
|
||
|
|
||
|
</plugin>
|
||
|
|
||
|
</plugins>
|
||
|
|
||
|
<!--允许某目录支持 maven的filter-->
|
||
|
<resources>
|
||
|
<resource>
|
||
|
<directory>src/main/resources</directory>
|
||
|
<filtering>true</filtering>
|
||
|
</resource>
|
||
|
</resources>
|
||
|
|
||
|
<pluginManagement>
|
||
|
<plugins>
|
||
|
<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>
|
||
|
</plugins>
|
||
|
</pluginManagement>
|
||
|
</build>
|
||
|
|
||
|
<distributionManagement>
|
||
|
<repository>
|
||
|
<id>thirdparty</id>
|
||
|
<name>Nexus Releases Repository Pro</name>
|
||
|
<url>http://10.1.20.6:8081/nexus/content/groups/thirdparty/</url>
|
||
|
</repository>
|
||
|
</distributionManagement>
|
||
|
<!-- 定义项目各阶段所使用的配置信息 -->
|
||
|
<profiles>
|
||
|
<!-- 开发mysql环境 -->
|
||
|
<profile>
|
||
|
<id>dev</id>
|
||
|
<properties>
|
||
|
<deployType>dev</deployType>
|
||
|
<logging.file>/data/logs/</logging.file>
|
||
|
<nacos.address>10.1.3.224:33000</nacos.address>
|
||
|
<nacos.namespace>itax-base</nacos.namespace>
|
||
|
<nacos.username>nacos</nacos.username>
|
||
|
<nacos.password>nacos</nacos.password>
|
||
|
</properties>
|
||
|
<!-- 默认激活 -->
|
||
|
<activation>
|
||
|
<activeByDefault>true</activeByDefault>
|
||
|
</activation>
|
||
|
</profile>
|
||
|
<!-- 测试环境 -->
|
||
|
<profile>
|
||
|
<id>test</id>
|
||
|
<properties>
|
||
|
<deployType>test</deployType>
|
||
|
<logging.file>/data/logs/</logging.file>
|
||
|
<logging.level>error</logging.level>
|
||
|
<nacos.address>10.1.3.224:33000</nacos.address>
|
||
|
<nacos.namespace>itax-base</nacos.namespace>
|
||
|
<nacos.username>nacos</nacos.username>
|
||
|
<nacos.password>nacos</nacos.password>
|
||
|
</properties>
|
||
|
</profile>
|
||
|
<!-- 申报预发布环境 -->
|
||
|
<profile>
|
||
|
<id>pre</id>
|
||
|
<properties>
|
||
|
<deployType>pre</deployType>
|
||
|
<logging.file>/data/logs/</logging.file>
|
||
|
<nacos.address>nacos-1.itax.local:33000</nacos.address>
|
||
|
<nacos.namespace>29af54c7-ef9f-44c7-ba43-3b094d274636</nacos.namespace>
|
||
|
<nacos.username>admin</nacos.username>
|
||
|
<nacos.password>Invoice.nacos.!1</nacos.password>
|
||
|
</properties>
|
||
|
</profile>
|
||
|
<profile>
|
||
|
<id>prod</id>
|
||
|
<properties>
|
||
|
<deployType>prod</deployType>
|
||
|
<logging.file>/data/logs/</logging.file>
|
||
|
<nacos.address>nacos.itax-digital.ele-cloud.com:8848</nacos.address>
|
||
|
<nacos.namespace>itax_prod</nacos.namespace>
|
||
|
<nacos.username>nacos</nacos.username>
|
||
|
<nacos.password>nacos</nacos.password>
|
||
|
</properties>
|
||
|
</profile>
|
||
|
|
||
|
<profile>
|
||
|
<id>kingbase</id>
|
||
|
<properties>
|
||
|
<deployType>kingbase</deployType>
|
||
|
<logging.file>/data/logs/</logging.file>
|
||
|
<nacos.address>10.1.5.46:33000</nacos.address>
|
||
|
<nacos.namespace>dxhy-nacos</nacos.namespace>
|
||
|
<nacos.username>nacos</nacos.username>
|
||
|
<nacos.password>nacos</nacos.password>
|
||
|
</properties>
|
||
|
</profile>
|
||
|
|
||
|
<profile>
|
||
|
<id>dm</id>
|
||
|
<properties>
|
||
|
<deployType>dm</deployType>
|
||
|
<logging.file>/data/logs/</logging.file>
|
||
|
<nacos.address>10.1.5.46:33000</nacos.address>
|
||
|
<nacos.namespace>dxhy-nacos</nacos.namespace>
|
||
|
<nacos.username>nacos</nacos.username>
|
||
|
<nacos.password>nacos</nacos.password>
|
||
|
</properties>
|
||
|
</profile>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<!-- 项目环境环境 -->
|
||
|
<profile>
|
||
|
<id>std</id>
|
||
|
<properties>
|
||
|
<deployType>std</deployType>
|
||
|
<logging.file>/data/logs/</logging.file>
|
||
|
<nacos.address>nacos-1.itax.local:33000</nacos.address>
|
||
|
<nacos.namespace>dxhy-nacos</nacos.namespace>
|
||
|
<nacos.username>admin</nacos.username>
|
||
|
<nacos.password>Invoice.nacos.!1</nacos.password>
|
||
|
</properties>
|
||
|
</profile>
|
||
|
|
||
|
<!-- 项目环境环境 -->
|
||
|
<profile>
|
||
|
<id>oracle</id>
|
||
|
<properties>
|
||
|
<deployType>oracle</deployType>
|
||
|
<logging.file>/data/logs/</logging.file>
|
||
|
<nacos.address>10.1.5.46:33000</nacos.address>
|
||
|
<nacos.namespace>dxhy-nacos</nacos.namespace>
|
||
|
<nacos.username>admin</nacos.username>
|
||
|
<nacos.password>Invoice.nacos.!1</nacos.password>
|
||
|
</properties>
|
||
|
</profile>
|
||
|
</profiles>
|
||
|
|
||
|
</project>
|