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.
189 lines
6.0 KiB
189 lines
6.0 KiB
|
4 months ago
|
<?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>3.1.5</version>
|
||
|
|
<relativePath/> <!-- lookup parent from repository -->
|
||
|
|
</parent>
|
||
|
|
<groupId>com.main</groupId>
|
||
|
|
<artifactId>woka</artifactId>
|
||
|
|
<version>0.0.1-SNAPSHOT</version>
|
||
|
|
<name>woka</name>
|
||
|
|
<description>woka</description>
|
||
|
|
<properties>
|
||
|
|
<java.version>17</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-test</artifactId>
|
||
|
|
<scope>test</scope>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springframework.boot</groupId>
|
||
|
|
<artifactId>spring-boot-starter-websocket</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.mybatis.spring.boot</groupId>
|
||
|
|
<artifactId>mybatis-spring-boot-starter</artifactId>
|
||
|
|
<version>3.0.2</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.alibaba</groupId>
|
||
|
|
<artifactId>druid</artifactId>
|
||
|
|
<version>1.2.1</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.xmlunit</groupId>
|
||
|
|
<artifactId>xmlunit-core</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>mysql</groupId>
|
||
|
|
<artifactId>mysql-connector-java</artifactId>
|
||
|
|
<version>8.0.13</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springframework.boot</groupId>
|
||
|
|
<artifactId>spring-boot-starter-data-redis</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.projectlombok</groupId>
|
||
|
|
<artifactId>lombok</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>cn.hutool</groupId>
|
||
|
|
<artifactId>hutool-all</artifactId>
|
||
|
|
<version>5.7.1</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<!-- Sa-Token 权限认证,在线文档:https://sa-token.cc -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>cn.dev33</groupId>
|
||
|
|
<artifactId>sa-token-spring-boot3-starter</artifactId>
|
||
|
|
<version>1.37.0</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
|
||
|
|
<!-- https://mvnrepository.com/artifact/com.aliyun/ocr20191230 -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.aliyun</groupId>
|
||
|
|
<artifactId>ocr20191230</artifactId>
|
||
|
|
<version>2.0.0</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- 阿里云短信-->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.aliyun.oss</groupId>
|
||
|
|
<artifactId>aliyun-sdk-oss</artifactId>
|
||
|
|
<version>3.15.2</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- https://mvnrepository.com/artifact/com.aliyun/aliyun-java-sdk-core -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.aliyun</groupId>
|
||
|
|
<artifactId>aliyun-java-sdk-core</artifactId>
|
||
|
|
<version>4.6.3</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- https://mvnrepository.com/artifact/com.aliyun/aliyun-java-sdk-dysmsapi -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.aliyun</groupId>
|
||
|
|
<artifactId>aliyun-java-sdk-dysmsapi</artifactId>
|
||
|
|
<version>2.2.1</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.sun.mail</groupId>
|
||
|
|
<artifactId>javax.mail</artifactId>
|
||
|
|
<version>1.6.2</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.elasticsearch.client</groupId>
|
||
|
|
<artifactId>elasticsearch-rest-high-level-client</artifactId>
|
||
|
|
<version>7.3.0</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.elasticsearch</groupId>
|
||
|
|
<artifactId>elasticsearch</artifactId>
|
||
|
|
<version>7.3.0</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.alibaba</groupId>
|
||
|
|
<artifactId>fastjson</artifactId>
|
||
|
|
<version>1.2.48</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
|
||
|
|
<!--微信支付-->
|
||
|
|
<!-- start -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.github.wechatpay-apiv3</groupId>
|
||
|
|
<artifactId>wechatpay-java</artifactId>
|
||
|
|
<version>0.2.7</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.github.wxpay</groupId>
|
||
|
|
<artifactId>wxpay-sdk</artifactId>
|
||
|
|
<version>0.0.3</version>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.github.wechatpay-apiv3</groupId>
|
||
|
|
<artifactId>wechatpay-apache-httpclient</artifactId>
|
||
|
|
<version>0.4.9</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- end -->
|
||
|
|
|
||
|
|
<!-- 支付宝支付 -->
|
||
|
|
<!-- 阿里云支付-->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.alipay.sdk</groupId>
|
||
|
|
<artifactId>alipay-sdk-java</artifactId>
|
||
|
|
<version>4.35.110.ALL</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- Spring Data Neo4j -->
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springframework.boot</groupId>
|
||
|
|
<artifactId>spring-boot-starter-data-neo4j</artifactId>
|
||
|
|
</dependency>
|
||
|
|
</dependencies>
|
||
|
|
|
||
|
|
|
||
|
|
<build>
|
||
|
|
|
||
|
|
|
||
|
|
<plugins>
|
||
|
|
<plugin>
|
||
|
|
<groupId>org.springframework.boot</groupId>
|
||
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
||
|
|
</plugin>
|
||
|
|
<plugin>
|
||
|
|
<groupId>org.apache.maven.plugins</groupId>
|
||
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
||
|
|
<configuration>
|
||
|
|
<source>16</source>
|
||
|
|
<target>16</target>
|
||
|
|
</configuration>
|
||
|
|
</plugin>
|
||
|
|
</plugins>
|
||
|
|
</build>
|
||
|
|
|
||
|
|
</project>
|