5 changed files with 184 additions and 126 deletions
@ -1,130 +1,145 @@ |
|||||
<?xml version="1.0" encoding="UTF-8"?> |
<?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" |
<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"> |
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> |
<modelVersion>4.0.0</modelVersion> |
||||
<parent> |
<parent> |
||||
<groupId>org.springframework.boot</groupId> |
<groupId>org.springframework.boot</groupId> |
||||
<artifactId>spring-boot-starter-parent</artifactId> |
<artifactId>spring-boot-starter-parent</artifactId> |
||||
<version>2.6.8</version> |
<version>2.6.8</version> |
||||
<relativePath/> <!-- lookup parent from repository --> |
<relativePath/> <!-- lookup parent from repository --> |
||||
</parent> |
</parent> |
||||
<groupId>cn.chjyj</groupId> |
<groupId>cn.chjyj</groupId> |
||||
<artifactId>szwh</artifactId> |
<artifactId>szwh</artifactId> |
||||
<version>0.0.1-SNAPSHOT</version> |
<version>1.0.1</version> |
||||
<name>szwh</name> |
<packaging>jar</packaging> |
||||
<description>深圳文化交易所api系统</description> |
<name>szwh</name> |
||||
<properties> |
<description>深圳文化交易所api系统</description> |
||||
<java.version>1.8</java.version> |
<properties> |
||||
</properties> |
<java.version>1.8</java.version> |
||||
<dependencies> |
</properties> |
||||
<dependency> |
<dependencies> |
||||
<groupId>org.springframework.boot</groupId> |
<dependency> |
||||
<artifactId>spring-boot-starter-web</artifactId> |
<groupId>org.springframework.boot</groupId> |
||||
</dependency> |
<artifactId>spring-boot-starter-web</artifactId> |
||||
<dependency> |
</dependency> |
||||
<groupId>org.mybatis.spring.boot</groupId> |
<dependency> |
||||
<artifactId>mybatis-spring-boot-starter</artifactId> |
<groupId>org.mybatis.spring.boot</groupId> |
||||
<version>2.2.2</version> |
<artifactId>mybatis-spring-boot-starter</artifactId> |
||||
</dependency> |
<version>2.2.2</version> |
||||
<dependency> |
</dependency> |
||||
<groupId>org.springframework.boot</groupId> |
<dependency> |
||||
<artifactId>spring-boot-starter-data-redis</artifactId> |
<groupId>org.springframework.boot</groupId> |
||||
</dependency> |
<artifactId>spring-boot-starter-data-redis</artifactId> |
||||
|
</dependency> |
||||
|
|
||||
<dependency> |
<dependency> |
||||
<groupId>org.springframework.boot</groupId> |
<groupId>org.springframework.boot</groupId> |
||||
<artifactId>spring-boot-devtools</artifactId> |
<artifactId>spring-boot-devtools</artifactId> |
||||
<scope>runtime</scope> |
<scope>runtime</scope> |
||||
<optional>true</optional> |
<optional>true</optional> |
||||
</dependency> |
</dependency> |
||||
<dependency> |
<dependency> |
||||
<groupId>mysql</groupId> |
<groupId>mysql</groupId> |
||||
<artifactId>mysql-connector-java</artifactId> |
<artifactId>mysql-connector-java</artifactId> |
||||
<version>8.0.29</version> |
<version>8.0.29</version> |
||||
</dependency> |
</dependency> |
||||
<dependency> |
<dependency> |
||||
<groupId>org.springframework.boot</groupId> |
<groupId>org.springframework.boot</groupId> |
||||
<artifactId>spring-boot-starter-test</artifactId> |
<artifactId>spring-boot-starter-test</artifactId> |
||||
<scope>test</scope> |
<scope>test</scope> |
||||
</dependency> |
</dependency> |
||||
<!--logback日志--> |
<!--logback日志--> |
||||
<dependency> |
<dependency> |
||||
<groupId>ch.qos.logback</groupId> |
<groupId>ch.qos.logback</groupId> |
||||
<artifactId>logback-classic</artifactId> |
<artifactId>logback-classic</artifactId> |
||||
</dependency> |
</dependency> |
||||
|
|
||||
<!-- 分页组件 PageInfo--> |
<!-- 分页组件 PageInfo--> |
||||
<dependency> |
<dependency> |
||||
<groupId>com.github.pagehelper</groupId> |
<groupId>com.github.pagehelper</groupId> |
||||
<artifactId>pagehelper</artifactId> |
<artifactId>pagehelper</artifactId> |
||||
<version>5.3.0</version> |
<version>5.3.0</version> |
||||
</dependency> |
</dependency> |
||||
<!--common 类--> |
<!--common 类--> |
||||
<dependency> |
<dependency> |
||||
<groupId>commons-codec</groupId> |
<groupId>commons-codec</groupId> |
||||
<artifactId>commons-codec</artifactId> |
<artifactId>commons-codec</artifactId> |
||||
<version>1.9</version> |
<version>1.9</version> |
||||
</dependency> |
</dependency> |
||||
<dependency> |
<dependency> |
||||
<groupId>commons-io</groupId> |
<groupId>commons-io</groupId> |
||||
<artifactId>commons-io</artifactId> |
<artifactId>commons-io</artifactId> |
||||
<version>2.6</version> |
<version>2.6</version> |
||||
</dependency> |
</dependency> |
||||
<dependency> |
<dependency> |
||||
<groupId>commons-lang</groupId> |
<groupId>commons-lang</groupId> |
||||
<artifactId>commons-lang</artifactId> |
<artifactId>commons-lang</artifactId> |
||||
<version>2.6</version> |
<version>2.6</version> |
||||
</dependency> |
</dependency> |
||||
<dependency> |
<dependency> |
||||
<groupId>org.apache.commons</groupId> |
<groupId>org.apache.commons</groupId> |
||||
<artifactId>commons-lang3</artifactId> |
<artifactId>commons-lang3</artifactId> |
||||
</dependency> |
</dependency> |
||||
<dependency> |
<dependency> |
||||
<groupId>junit</groupId> |
<groupId>junit</groupId> |
||||
<artifactId>junit</artifactId> |
<artifactId>junit</artifactId> |
||||
<scope>test</scope> |
<scope>test</scope> |
||||
</dependency> |
</dependency> |
||||
<!--fastjosn--> |
<!--fastjosn--> |
||||
<dependency> |
<dependency> |
||||
<groupId>com.alibaba</groupId> |
<groupId>com.alibaba</groupId> |
||||
<artifactId>fastjson</artifactId> |
<artifactId>fastjson</artifactId> |
||||
<version>1.2.83</version> |
<version>1.2.83</version> |
||||
</dependency> |
</dependency> |
||||
<!--druid--> |
<!--druid--> |
||||
<dependency> |
<dependency> |
||||
<groupId>com.alibaba</groupId> |
<groupId>com.alibaba</groupId> |
||||
<artifactId>druid</artifactId> |
<artifactId>druid</artifactId> |
||||
<version>1.2.6</version> |
<version>1.2.6</version> |
||||
</dependency> |
</dependency> |
||||
<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient --> |
<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient --> |
||||
<dependency> |
<dependency> |
||||
<groupId>org.apache.httpcomponents</groupId> |
<groupId>org.apache.httpcomponents</groupId> |
||||
<artifactId>httpclient</artifactId> |
<artifactId>httpclient</artifactId> |
||||
<version>4.5.9</version> |
<version>4.5.9</version> |
||||
</dependency> |
</dependency> |
||||
|
|
||||
<!-- jwt--> |
<!-- jwt--> |
||||
<dependency> |
<dependency> |
||||
<groupId>io.jsonwebtoken</groupId> |
<groupId>io.jsonwebtoken</groupId> |
||||
<artifactId>jjwt</artifactId> |
<artifactId>jjwt</artifactId> |
||||
<version>0.9.1</version> |
<version>0.9.1</version> |
||||
</dependency> |
</dependency> |
||||
<!-- https://mvnrepository.com/artifact/com.auth0/java-jwt --> |
<!-- https://mvnrepository.com/artifact/com.auth0/java-jwt --> |
||||
<dependency> |
<dependency> |
||||
<groupId>com.auth0</groupId> |
<groupId>com.auth0</groupId> |
||||
<artifactId>java-jwt</artifactId> |
<artifactId>java-jwt</artifactId> |
||||
<version>3.8.3</version> |
<version>3.8.3</version> |
||||
</dependency> |
</dependency> |
||||
|
|
||||
</dependencies> |
</dependencies> |
||||
|
|
||||
<build> |
<build> |
||||
<plugins> |
<plugins> |
||||
<plugin> |
<plugin> |
||||
<groupId>org.springframework.boot</groupId> |
<groupId>org.springframework.boot</groupId> |
||||
<artifactId>spring-boot-maven-plugin</artifactId> |
<artifactId>spring-boot-maven-plugin</artifactId> |
||||
</plugin> |
</plugin> |
||||
</plugins> |
<!-- pem文件不处理,原样读取--> |
||||
</build> |
<plugin> |
||||
|
<groupId>org.apache.maven.plugins</groupId> |
||||
|
<artifactId>maven-resources-plugin</artifactId> |
||||
|
<configuration> |
||||
|
<encoding>UTF-8</encoding> |
||||
|
<!-- 过滤后缀为pem、pfx的证书文件 --> |
||||
|
<nonFilteredFileExtensions> |
||||
|
<nonFilteredFileExtension>pem</nonFilteredFileExtension> |
||||
|
<nonFilteredFileExtension>pfx</nonFilteredFileExtension> |
||||
|
</nonFilteredFileExtensions> |
||||
|
</configuration> |
||||
|
</plugin> |
||||
|
|
||||
|
</plugins> |
||||
|
</build> |
||||
|
|
||||
</project> |
</project> |
||||
|
|||||
Loading…
Reference in new issue