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.
		
		
		
		
		
			
		
			
				
					121 lines
				
				3.1 KiB
			
		
		
			
		
	
	
					121 lines
				
				3.1 KiB
			| 
								 
											1 year 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>com.hc</groupId>
							 | 
						||
| 
								 | 
							
										<artifactId>jxjy-education</artifactId>
							 | 
						||
| 
								 | 
							
										<version>0.0.1-SNAPSHOT</version>
							 | 
						||
| 
								 | 
							
									</parent>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
									<artifactId>jxjy-core</artifactId>
							 | 
						||
| 
								 | 
							
									<version>0.0.1-SNAPSHOT</version>
							 | 
						||
| 
								 | 
							
									<name>jxjy-core</name>
							 | 
						||
| 
								 | 
							
									<description>Demo project for Spring Boot</description>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
									<properties>
							 | 
						||
| 
								 | 
							
										<java.version>11</java.version>
							 | 
						||
| 
								 | 
							
										<guava.version>23.0</guava.version>
							 | 
						||
| 
								 | 
							
										<mybatis.version>2.1.3</mybatis.version>
							 | 
						||
| 
								 | 
							
										<tk.version>4.1.5</tk.version>
							 | 
						||
| 
								 | 
							
										<qiniu.version>[7.2.0, 7.2.99]</qiniu.version>
							 | 
						||
| 
								 | 
							
										<auth0.jwt.version>3.3.0</auth0.jwt.version>
							 | 
						||
| 
								 | 
							
										<alipay.version>4.9.9</alipay.version>
							 | 
						||
| 
								 | 
							
									</properties>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
									<dependencies>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.springframework.boot</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>spring-boot-starter-data-redis</artifactId>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.apache.commons</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>commons-pool2</artifactId>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<!--SpringBoot参数校验-->
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.springframework.boot</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>spring-boot-starter-validation</artifactId>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<!-- 数据持久层框架 -->
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.mybatis.spring.boot</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>mybatis-spring-boot-starter</artifactId>
							 | 
						||
| 
								 | 
							
											<version>${mybatis.version}</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>tk.mybatis</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>mapper</artifactId>
							 | 
						||
| 
								 | 
							
											<version>${tk.version}</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<!-- 七牛云 OSS 对象存储 -->
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>com.qiniu</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>qiniu-java-sdk</artifactId>
							 | 
						||
| 
								 | 
							
											<version>${qiniu.version}</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.apache.commons</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>commons-lang3</artifactId>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>commons-codec</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>commons-codec</artifactId>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>com.google.guava</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>guava</artifactId>
							 | 
						||
| 
								 | 
							
											<version>${guava.version}</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<!-- JWT -->
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>com.auth0</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>java-jwt</artifactId>
							 | 
						||
| 
								 | 
							
											<version>${auth0.jwt.version}</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.apache.httpcomponents</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>httpcore</artifactId>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.apache.httpcomponents</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>httpclient</artifactId>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<!-- https://mvnrepository.com/artifact/commons-httpclient/commons-httpclient -->
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>commons-httpclient</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>commons-httpclient</artifactId>
							 | 
						||
| 
								 | 
							
											<version>3.1</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<!-- https://mvnrepository.com/artifact/org.jdom/jdom -->
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>org.jdom</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>jdom</artifactId>
							 | 
						||
| 
								 | 
							
											<version>2.0.2</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										<dependency>
							 | 
						||
| 
								 | 
							
											<groupId>com.alipay.sdk</groupId>
							 | 
						||
| 
								 | 
							
											<artifactId>alipay-sdk-java</artifactId>
							 | 
						||
| 
								 | 
							
											<version>${alipay.version}</version>
							 | 
						||
| 
								 | 
							
										</dependency>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
									</dependencies>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								</project>
							 |