forked from opengaussexamples/examples
154 lines
5.7 KiB
XML
154 lines
5.7 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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
<version>2.6.10</version>
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
</parent>
|
|
<groupId>com.szgx</groupId>
|
|
<artifactId>kunpeng</artifactId>
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
<name>kunpeng</name>
|
|
<description>Demo project for Spring Boot</description>
|
|
<properties>
|
|
<java.version>1.8</java.version>
|
|
</properties>
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-validation</artifactId>
|
|
<version>2.4.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<!-- <dependency>-->
|
|
<!-- <groupId>org.opengauss</groupId>-->
|
|
<!-- <artifactId>opengauss-jdbc</artifactId>-->
|
|
<!-- <version>3.0.0</version>-->
|
|
<!-- </dependency>-->
|
|
<dependency>
|
|
<groupId>org.apache.shiro</groupId>
|
|
<artifactId>shiro-spring</artifactId>
|
|
<version>1.5.3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.minio</groupId>
|
|
<artifactId>minio</artifactId>
|
|
<version>7.0.2</version>
|
|
</dependency>
|
|
<!--JWT生成校验工具-->
|
|
<dependency>
|
|
<groupId>io.jsonwebtoken</groupId>
|
|
<artifactId>jjwt</artifactId>
|
|
<version>0.9.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.huawei</groupId>
|
|
<artifactId>opengauss-jdbc</artifactId>
|
|
<version>3.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/lib/opengauss-jdbc-3.0.0.jar</systemPath>
|
|
</dependency>
|
|
<!-- <dependency>-->
|
|
<!-- <groupId>com.huawei.shade</groupId>-->
|
|
<!-- <artifactId>postgresql</artifactId>-->
|
|
<!-- <scope>system</scope>-->
|
|
<!-- <systemPath>${project.basedir}/lib/postgresql.jar</systemPath>-->
|
|
<!-- <version>1.3.1</version>-->
|
|
<!-- </dependency>-->
|
|
<dependency>
|
|
<groupId>com.ganymed</groupId>
|
|
<artifactId>ganymed-ssh2-build210</artifactId>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/lib/ganymed-ssh2-build210.jar</systemPath>
|
|
</dependency>
|
|
<!-- <dependency>-->
|
|
<!-- <groupId>ch.ethz.ganymed</groupId>-->
|
|
<!-- <artifactId>ganymed-ssh2</artifactId>-->
|
|
<!-- <version>262</version>-->
|
|
<!-- </dependency>-->
|
|
<dependency>
|
|
<groupId>org.mybatis.spring.boot</groupId>
|
|
<artifactId>mybatis-spring-boot-starter</artifactId>
|
|
<version>1.3.2</version>
|
|
</dependency>
|
|
<!-- mybatis-plus -->
|
|
<!-- <dependency>-->
|
|
<!-- <groupId>com.baomidou</groupId>-->
|
|
<!-- <artifactId>mybatis-plus-boot-starter</artifactId>-->
|
|
<!-- <version>3.4.3.1</version>-->
|
|
<!-- </dependency>-->
|
|
<!-- mybatis-plus -->
|
|
<dependency>
|
|
<groupId>com.baomidou</groupId>
|
|
<artifactId>mybatis-plus-extension</artifactId>
|
|
<!-- mybatis-spring-boot-starter的1.3.2版本号一定要和mybatis-plus的3.1.2主版本号一致 -->
|
|
<version>3.1.2</version>
|
|
</dependency>
|
|
<!--<dependency>-->
|
|
<!--<groupId>com.baomidou</groupId>-->
|
|
<!--<artifactId>mybatis-plus-boot-starter</artifactId>-->
|
|
<!--<version>3.4.1</version>-->
|
|
<!--</dependency>-->
|
|
<dependency>
|
|
<groupId>org.projectlombok</groupId>
|
|
<artifactId>lombok</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>cn.hutool</groupId>
|
|
<artifactId>hutool-core</artifactId>
|
|
<version>5.7.2</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.alibaba</groupId>
|
|
<artifactId>fastjson</artifactId>
|
|
<version>1.2.83</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.github.xiaoymin</groupId>
|
|
<artifactId>knife4j-spring-boot-starter</artifactId>
|
|
<version>2.0.8</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.alibaba</groupId>
|
|
<artifactId>druid</artifactId>
|
|
<version>1.2.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
<artifactId>httpclient</artifactId>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<configuration>
|
|
<includeSystemScope>
|
|
true
|
|
</includeSystemScope>
|
|
</configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
|
|
</project>
|