<?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>ltkj_peis_region</artifactId>
|
<groupId>com.ltkj</groupId>
|
<version>3.8.4</version>
|
</parent>
|
<modelVersion>4.0.0</modelVersion>
|
<packaging>jar</packaging>
|
<artifactId>ltkj-admin</artifactId>
|
<name>ltkj-admin</name>
|
|
<properties>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<maven.compiler.source>1.8</maven.compiler.source>
|
<maven.compiler.target>1.8</maven.compiler.target>
|
</properties>
|
|
<description>
|
web服务入口
|
</description>
|
<repositories>
|
<repository>
|
<id>com.e-iceblue</id>
|
<name>e-iceblue</name>
|
<url>https://repo.e-iceblue.cn/repository/maven-public/</url>
|
</repository>
|
</repositories>
|
|
<dependencies>
|
|
<dependency>
|
<groupId>org.joda</groupId>
|
<artifactId>joda-money</artifactId>
|
<version>1.0.2</version> <!-- 最新版本可在 Maven Central 查询 -->
|
</dependency>
|
|
|
<dependency>
|
<groupId>com.oracle.database.jdbc</groupId>
|
<artifactId>ojdbc8</artifactId>
|
<version>19.8.0.0</version>
|
</dependency>
|
|
<dependency>
|
<groupId>com.oracle.database.jdbc</groupId>
|
<artifactId>orai18n</artifactId>
|
<version>12.1.0.2.0</version>
|
</dependency>
|
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter</artifactId>
|
</dependency>
|
|
<dependency>
|
<groupId>net.sourceforge.tess4j</groupId>
|
<artifactId>tess4j</artifactId>
|
<version>4.5.4</version>
|
</dependency>
|
|
<dependency>
|
<groupId>pdfbox</groupId>
|
<artifactId>pdfbox</artifactId>
|
<version>0.7.3</version>
|
</dependency>
|
|
|
<!-- spring-boot-devtools -->
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-devtools</artifactId>
|
<optional>true</optional> <!-- 表示依赖不会传递 -->
|
</dependency>
|
|
|
<!--测试类-->
|
<dependency>
|
<groupId>junit</groupId>
|
<artifactId>junit</artifactId>
|
<scope>test</scope>
|
</dependency>
|
<!--测试类-->
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-test</artifactId>
|
<scope>test</scope>
|
</dependency>
|
<!--测试类-->
|
<dependency>
|
<groupId>org.springframework</groupId>
|
<artifactId>spring-test</artifactId>
|
<scope>test</scope>
|
</dependency>
|
<dependency>
|
<groupId>com.belerweb</groupId>
|
<artifactId>pinyin4j</artifactId>
|
<version>2.5.1</version>
|
</dependency>
|
|
|
<dependency>
|
<groupId>org.bouncycastle</groupId>
|
<artifactId>bcprov-jdk15on</artifactId>
|
<version>1.69</version>
|
</dependency>
|
|
<!-- sqlserver驱动包 -->
|
<dependency>
|
<groupId>com.microsoft.sqlserver</groupId>
|
<artifactId>sqljdbc4</artifactId>
|
<version>4.0</version>
|
</dependency>
|
|
<!-- <dependency>-->
|
<!-- <groupId>com.microsoft.sqlserver</groupId>-->
|
<!-- <artifactId>mssql-jdbc</artifactId>-->
|
<!-- <version>6.4.0.jre8</version> <!– 使用最新版本 –>-->
|
<!-- </dependency>-->
|
|
|
<!-- Mysql驱动包 -->
|
<dependency>
|
<groupId>mysql</groupId>
|
<artifactId>mysql-connector-java</artifactId>
|
</dependency>
|
|
<!-- 核心模块-->
|
<dependency>
|
<groupId>com.ltkj</groupId>
|
<artifactId>ltkj-framework</artifactId>
|
</dependency>
|
|
<!-- 定时任务-->
|
<dependency>
|
<groupId>com.ltkj</groupId>
|
<artifactId>ltkj-quartz</artifactId>
|
</dependency>
|
|
<!-- 代码生成-->
|
<dependency>
|
<groupId>com.ltkj</groupId>
|
<artifactId>ltkj-generator</artifactId>
|
</dependency>
|
|
<dependency>
|
<groupId>com.itextpdf.tool</groupId>
|
<artifactId>xmlworker</artifactId>
|
<version>5.5.1</version>
|
</dependency>
|
|
<!-- 支持中文 -->
|
<dependency>
|
<groupId>com.itextpdf</groupId>
|
<artifactId>itext-asian</artifactId>
|
<version>5.2.0</version>
|
</dependency>
|
<!-- 支持css样式渲染 -->
|
<dependency>
|
<groupId>org.xhtmlrenderer</groupId>
|
<artifactId>flying-saucer-pdf-itext5</artifactId>
|
<version>9.0.3</version>
|
</dependency>
|
<dependency>
|
<groupId>cn.hutool</groupId>
|
<artifactId>hutool-all</artifactId>
|
<version>5.8.10</version>
|
</dependency>
|
|
|
<!-- ================== 将数据库表信息生成word文档信息所需 ====================== -->
|
<!-- https://mvnrepository.com/artifact/com.lowagie/itext -->
|
<dependency>
|
<groupId>com.lowagie</groupId>
|
<artifactId>itext</artifactId>
|
<version>2.1.7</version>
|
</dependency>
|
<!-- https://mvnrepository.com/artifact/com.itextpdf/itext-asian -->
|
<dependency>
|
<groupId>com.itextpdf</groupId>
|
<artifactId>itext-asian</artifactId>
|
<version>5.2.0</version>
|
</dependency>
|
<!-- https://mvnrepository.com/artifact/com.lowagie/itext-rtf -->
|
<dependency>
|
<groupId>com.lowagie</groupId>
|
<artifactId>itext-rtf</artifactId>
|
<version>2.1.7</version>
|
</dependency>
|
<dependency>
|
<groupId>cn.hutool</groupId>
|
<artifactId>hutool-all</artifactId>
|
<version>5.7.16</version>
|
<scope>compile</scope>
|
</dependency>
|
<!-- 百度文字识别SDK -->
|
<dependency>
|
<groupId>com.baidu.aip</groupId>
|
<artifactId>java-sdk</artifactId>
|
<version>4.6.1</version>
|
</dependency>
|
<!--微信小程序 -->
|
<dependency>
|
<groupId>com.github.binarywang</groupId>
|
<artifactId>weixin-java-miniapp</artifactId>
|
<version>4.2.0</version>
|
</dependency>
|
|
<dependency>
|
<groupId>org.seleniumhq.selenium</groupId>
|
<artifactId>selenium-java</artifactId>
|
<version>3.141.59</version>
|
</dependency>
|
</dependencies>
|
|
|
<!--
|
<build>
|
<plugins>
|
<!– maven打包插件–>
|
<plugin>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
</plugin>
|
<plugin>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
<version>2.1.1.RELEASE</version>
|
<configuration>
|
<fork>true</fork> <!– 如果没有该配置,devtools不会生效 –>
|
</configuration>
|
<executions>
|
<execution>
|
<goals>
|
<goal>repackage</goal>
|
</goals>
|
</execution>
|
</executions>
|
</plugin>
|
<plugin>
|
<groupId>org.apache.maven.plugins</groupId>
|
<artifactId>maven-war-plugin</artifactId>
|
<version>3.2.2</version>
|
<configuration>
|
<failOnMissingWebXml>false</failOnMissingWebXml>
|
<!– <warName>${project.artifactId}</warName>–>
|
<warName>ltkj-admin</warName>
|
</configuration>
|
</plugin>
|
</plugins>
|
<finalName>ltkj-admin</finalName>
|
</build>
|
-->
|
|
<build>
|
<plugins>
|
<plugin>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
<version>2.5.15</version>
|
<configuration>
|
<fork>true</fork> <!-- 如果没有该配置,devtools不会生效 -->
|
</configuration>
|
<executions>
|
<execution>
|
<goals>
|
<goal>repackage</goal>
|
</goals>
|
</execution>
|
</executions>
|
</plugin>
|
<plugin>
|
<groupId>org.apache.maven.plugins</groupId>
|
<artifactId>maven-war-plugin</artifactId>
|
<version>3.0.0</version>
|
<configuration>
|
<failOnMissingWebXml>false</failOnMissingWebXml>
|
<warName>${project.artifactId}</warName>
|
</configuration>
|
</plugin>
|
<plugin>
|
<groupId>org.apache.maven.plugins</groupId>
|
<artifactId>maven-jar-plugin</artifactId>
|
<version>3.2.0</version>
|
<configuration>
|
<excludes>
|
<!-- 排除 Font 文件夹 -->
|
<exclude>**/Font/**</exclude>
|
</excludes>
|
</configuration>
|
</plugin>
|
</plugins>
|
<finalName>${project.artifactId}</finalName>
|
</build>
|
|
|
</project>
|