157 lines
5.0 KiB
XML
157 lines
5.0 KiB
XML
|
|
<?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">
|
|||
|
|
<modelVersion>4.0.0</modelVersion>
|
|||
|
|
|
|||
|
|
<parent>
|
|||
|
|
<artifactId>hb_resource_server</artifactId>
|
|||
|
|
<groupId>com.ruoyi</groupId>
|
|||
|
|
<version>3.8.5</version>
|
|||
|
|
</parent>
|
|||
|
|
|
|||
|
|
<artifactId>hb-file</artifactId>
|
|||
|
|
<version>3.8.5</version>
|
|||
|
|
<name>hb-file</name>
|
|||
|
|
<description>pan.qiwenshare.com</description>
|
|||
|
|
<packaging>jar</packaging>
|
|||
|
|
<properties>
|
|||
|
|
<java.version>1.8</java.version>
|
|||
|
|
<spring-cloud.version>Hoxton.SR1</spring-cloud.version>
|
|||
|
|
<skipTests>true</skipTests>
|
|||
|
|
<docker.image.prefix>scp</docker.image.prefix>
|
|||
|
|
<release-path>target/../release</release-path>
|
|||
|
|
<app-name>${project.artifactId}-${project.version}</app-name>
|
|||
|
|
</properties>
|
|||
|
|
|
|||
|
|
<dependencies>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>org.springframework.boot</groupId>
|
|||
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|||
|
|
</dependency>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>org.apache.commons</groupId>
|
|||
|
|
<artifactId>commons-lang3</artifactId>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>org.projectlombok</groupId>
|
|||
|
|
<artifactId>lombok</artifactId>
|
|||
|
|
<optional>true</optional>
|
|||
|
|
</dependency>
|
|||
|
|
<!-- fastjson -->
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>com.alibaba.fastjson2</groupId>
|
|||
|
|
<artifactId>fastjson2</artifactId>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<!-- 导入Mysql数据库链接jar包-->
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>mysql</groupId>
|
|||
|
|
<artifactId>mysql-connector-java</artifactId>
|
|||
|
|
<scope>runtime</scope>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
|
|||
|
|
<!--jpa-->
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>org.springframework.boot</groupId>
|
|||
|
|
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
|||
|
|
</dependency>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>org.springframework.boot</groupId>
|
|||
|
|
<artifactId>spring-boot-starter-aop</artifactId>
|
|||
|
|
</dependency>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>org.springframework.boot</groupId>
|
|||
|
|
<artifactId>spring-boot-starter-security</artifactId>
|
|||
|
|
</dependency>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>org.springframework.boot</groupId>
|
|||
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|||
|
|
<scope>test</scope>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>com.baomidou</groupId>
|
|||
|
|
<artifactId>mybatis-plus-boot-starter</artifactId>
|
|||
|
|
</dependency>
|
|||
|
|
<!--mybatis end-->
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>com.ruoyi</groupId>
|
|||
|
|
<artifactId>ufop-spring-boot-starter</artifactId>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>com.qiwenshare</groupId>
|
|||
|
|
<artifactId>qiwenshare-common</artifactId>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<!-- 参数校验 -->
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>org.springframework.boot</groupId>
|
|||
|
|
<artifactId>spring-boot-starter-validation</artifactId>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>co.elastic.clients</groupId>
|
|||
|
|
<artifactId>elasticsearch-java</artifactId>
|
|||
|
|
<version>8.1.2</version>
|
|||
|
|
</dependency>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|||
|
|
<artifactId>jackson-databind</artifactId>
|
|||
|
|
</dependency>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>jakarta.json</groupId>
|
|||
|
|
<artifactId>jakarta.json-api</artifactId>
|
|||
|
|
<version>2.0.1</version>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>org.glassfish</groupId>
|
|||
|
|
<artifactId>jakarta.json</artifactId>
|
|||
|
|
<version>2.0.1</version>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>commons-io</groupId>
|
|||
|
|
<artifactId>commons-io</artifactId>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>org</groupId>
|
|||
|
|
<artifactId>jaudiotagger</artifactId>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>com.inversoft</groupId>
|
|||
|
|
<artifactId>prime-jwt</artifactId>
|
|||
|
|
<version>2.0.0</version>
|
|||
|
|
</dependency>
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>org.modelmapper</groupId>
|
|||
|
|
<artifactId>modelmapper</artifactId>
|
|||
|
|
<version>2.4.2</version>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>com.ruoyi</groupId>
|
|||
|
|
<artifactId>ruoyi-framework</artifactId>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<!-- knife4j -->
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>com.github.xiaoymin</groupId>
|
|||
|
|
<artifactId>knife4j-spring-boot-starter</artifactId>
|
|||
|
|
<version>3.0.3</version>
|
|||
|
|
</dependency>
|
|||
|
|
|
|||
|
|
<dependency>
|
|||
|
|
<groupId>com.ruoyi</groupId>
|
|||
|
|
<artifactId>ruoyi-system</artifactId>
|
|||
|
|
</dependency>
|
|||
|
|
</dependencies>
|
|||
|
|
|
|||
|
|
</project>
|