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.
265 lines
9.5 KiB
265 lines
9.5 KiB
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>digital.laboratory.platform</groupId>
|
|
<artifactId>DigitalLaboratoryPlatform</artifactId>
|
|
<version>2022.10.11-snapshots</version>
|
|
</parent>
|
|
<artifactId>dlp-identifyBook</artifactId>
|
|
<packaging>jar</packaging>
|
|
<description>DLP 鉴定文书管理系统</description>
|
|
<properties>
|
|
<maven.compiler.target>1.8</maven.compiler.target>
|
|
<maven.compiler.source>1.8</maven.compiler.source>
|
|
<junit.version>5.7.1</junit.version>
|
|
<dlp.version>2022.10.11-snapshots</dlp.version>
|
|
</properties>
|
|
|
|
<dependencies>
|
|
<!--注册中心客户端-->
|
|
<!-- https://mvnrepository.com/artifact/com.alibaba.cloud/spring-cloud-starter-alibaba-nacos-discovery -->
|
|
<dependency>
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
|
|
<version>2021.1</version>
|
|
</dependency>
|
|
|
|
<!--配置中心客户端-->
|
|
<!-- https://mvnrepository.com/artifact/com.alibaba.cloud/spring-cloud-starter-alibaba-nacos-config -->
|
|
<dependency>
|
|
<groupId>com.alibaba.cloud</groupId>
|
|
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
|
<version>2021.1</version>
|
|
</dependency>
|
|
|
|
<!-- swagger -->
|
|
<dependency>
|
|
<groupId>digital.laboratory.platform</groupId>
|
|
<artifactId>dlp-common-swagger</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
<version>2.5.5</version>
|
|
</dependency>
|
|
<!--断路器依赖-->
|
|
<dependency>
|
|
<groupId>digital.laboratory.platform</groupId>
|
|
<artifactId>dlp-common-feign</artifactId>
|
|
<version>${dlp.version}</version>
|
|
</dependency>
|
|
|
|
<!--security-->
|
|
<dependency>
|
|
<groupId>digital.laboratory.platform</groupId>
|
|
<artifactId>dlp-common-security</artifactId>
|
|
<version>${dlp.version}</version>
|
|
</dependency>
|
|
|
|
<!--JDBC相关-->
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-jdbc</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
|
|
<!--core 工具类-->
|
|
<dependency>
|
|
<groupId>digital.laboratory.platform</groupId>
|
|
<artifactId>dlp-common-core</artifactId>
|
|
<version>${dlp.version}</version>
|
|
</dependency>
|
|
|
|
|
|
<!-- 数据库 mysql依赖 -->
|
|
<!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java -->
|
|
<dependency>
|
|
<groupId>mysql</groupId>
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
<version>8.0.28</version>
|
|
</dependency>
|
|
|
|
<!--undertow容器-->
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-undertow</artifactId>
|
|
</dependency>
|
|
|
|
<!-- log -->
|
|
<dependency>
|
|
<groupId>digital.laboratory.platform</groupId>
|
|
<artifactId>dlp-common-log</artifactId>
|
|
<version>${dlp.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>digital.laboratory.platform</groupId>
|
|
<artifactId>dlp-common-oss</artifactId>
|
|
<version>${dlp.version}</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
|
|
<!-- 业务数据的依赖 -->
|
|
<dependency>
|
|
<groupId>digital.laboratory.platform</groupId>
|
|
<artifactId>dlp-admin-api</artifactId>
|
|
<version>${dlp.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>digital.laboratory.platform</groupId>
|
|
<artifactId>dlp-common-remote-word2pdf</artifactId>
|
|
<version>${dlp.version}</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<!-- 鉴定数据依赖 -->
|
|
<dependency>
|
|
<groupId>digital.laboratory.platform</groupId>
|
|
<artifactId>dlp-common-remote-identification</artifactId>
|
|
<version>${dlp.version}</version>
|
|
</dependency>
|
|
<!--检验系统的数据接口-->
|
|
<dependency>
|
|
<groupId>digital.laboratory.platform</groupId>
|
|
<artifactId>dlp-drugtesting-api</artifactId>
|
|
<version>${dlp.version}</version>
|
|
</dependency>
|
|
<!-- TODO poi-tl word 模板处理器 http://deepoove.com/poi-tl -->
|
|
<dependency>
|
|
<groupId>com.deepoove</groupId>
|
|
<artifactId>poi-tl</artifactId>
|
|
<version>1.12.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-io</groupId>
|
|
<artifactId>commons-io</artifactId>
|
|
<version>2.11.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>fr.opensagres.xdocreport</groupId>
|
|
<artifactId>fr.opensagres.poi.xwpf.converter.pdf-gae</artifactId>
|
|
<version>2.0.3</version>
|
|
</dependency>
|
|
|
|
<!--QR Code-->
|
|
<dependency>
|
|
<groupId>com.google.zxing</groupId>
|
|
<artifactId>core</artifactId>
|
|
<version>3.5.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.google.zxing</groupId>
|
|
<artifactId>javase</artifactId>
|
|
<version>3.5.0</version>
|
|
</dependency>
|
|
|
|
<!--aspose 破解 word转pdf-->
|
|
<dependency>
|
|
<groupId>com.aspose</groupId>
|
|
<artifactId>aspose-words</artifactId>
|
|
<version>1.0.1</version>
|
|
</dependency>
|
|
<!-- MultipartFile 相关-->
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-test</artifactId>
|
|
</dependency>
|
|
|
|
<!-- 第三方系统api工具-->
|
|
<dependency>
|
|
<groupId>digital.laboratory.platform</groupId>
|
|
<artifactId>dlp-othersys-api</artifactId>
|
|
<version>${dlp.version}</version>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<configuration>
|
|
<compilerArgument>-Xlint:unchecked</compilerArgument>
|
|
</configuration>
|
|
<version>3.8.1</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>io.fabric8</groupId>
|
|
<artifactId>docker-maven-plugin</artifactId>
|
|
</plugin>
|
|
|
|
<plugin>
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
<artifactId>build-helper-maven-plugin</artifactId>
|
|
<version>3.3.0</version>
|
|
<executions>
|
|
<execution>
|
|
<id>timestamp-property</id>
|
|
<goals>
|
|
<goal>timestamp-property</goal>
|
|
</goals>
|
|
<configuration>
|
|
<name>timestamp</name>
|
|
<pattern>yyyy-MM-dd HH:mm:ss</pattern>
|
|
<locale>zh_CN</locale>
|
|
<timeZone>Asia/Shanghai</timeZone>
|
|
</configuration>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
|
|
|
|
<plugin>
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
<version>3.1.0</version>
|
|
<executions>
|
|
<execution>
|
|
<id>copy-resource-one</id>
|
|
<phase>install</phase>
|
|
<goals>
|
|
<goal>copy-resources</goal>
|
|
</goals>
|
|
<configuration>
|
|
<outputDirectory>${basedir}/../../out</outputDirectory>
|
|
<resources>
|
|
<resource>
|
|
<directory>${basedir}/target</directory>
|
|
<includes>
|
|
<include>${project.artifactId}.jar</include>
|
|
</includes>
|
|
</resource>
|
|
</resources>
|
|
</configuration>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
|
|
</plugins>
|
|
</build>
|
|
<profiles>
|
|
<profile>
|
|
<id>dev</id>
|
|
<properties>
|
|
<!-- 环境标识, 需要与配置文件的名称相对应 -->
|
|
<profiles.active>dev</profiles.active>
|
|
</properties>
|
|
<activation>
|
|
<!-- 默认环境 -->
|
|
<activeByDefault>true</activeByDefault>
|
|
</activation>
|
|
</profile>
|
|
</profiles>
|
|
|
|
|
|
</project>
|
|
|