|
@@ -1,239 +0,0 @@
|
|
-<?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>
|
|
|
|
- <groupId>io.renren</groupId>
|
|
|
|
- <artifactId>renren-fast</artifactId>
|
|
|
|
- <version>2.0.0</version>
|
|
|
|
- <packaging>war</packaging>
|
|
|
|
- <description>war包对应的pom,打war包,执行【mvn clean package -f pom-war.xml】</description>
|
|
|
|
-
|
|
|
|
- <parent>
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
- <artifactId>spring-boot-starter-parent</artifactId>
|
|
|
|
- <version>2.0.3.RELEASE</version>
|
|
|
|
- </parent>
|
|
|
|
-
|
|
|
|
- <properties>
|
|
|
|
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
- <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
|
- <java.version>1.8</java.version>
|
|
|
|
- <mybatisplus.spring.boot.version>1.0.5</mybatisplus.spring.boot.version>
|
|
|
|
- <mybatisplus.version>2.2.0</mybatisplus.version>
|
|
|
|
- <mysql.version>5.1.38</mysql.version>
|
|
|
|
- <mssql.version>4.0</mssql.version>
|
|
|
|
- <oracle.version>11.2.0.3</oracle.version>
|
|
|
|
- <druid.version>1.1.10</druid.version>
|
|
|
|
- <quartz.version>2.3.0</quartz.version>
|
|
|
|
- <commons.lang.version>2.6</commons.lang.version>
|
|
|
|
- <commons.fileupload.version>1.2.2</commons.fileupload.version>
|
|
|
|
- <commons.io.version>2.5</commons.io.version>
|
|
|
|
- <commons.codec.version>1.10</commons.codec.version>
|
|
|
|
- <commons.configuration.version>1.10</commons.configuration.version>
|
|
|
|
- <shiro.version>1.4.0</shiro.version>
|
|
|
|
- <jwt.version>0.7.0</jwt.version>
|
|
|
|
- <kaptcha.version>0.0.9</kaptcha.version>
|
|
|
|
- <qiniu.version>[7.2.0, 7.2.99]</qiniu.version>
|
|
|
|
- <aliyun.oss.version>2.8.3</aliyun.oss.version>
|
|
|
|
- <qcloud.cos.version>4.4</qcloud.cos.version>
|
|
|
|
- <swagger.version>2.8.0</swagger.version>
|
|
|
|
- <joda.time.version>2.9.9</joda.time.version>
|
|
|
|
- <fastjson.version>1.2.45</fastjson.version>
|
|
|
|
- </properties>
|
|
|
|
-
|
|
|
|
- <dependencies>
|
|
|
|
- <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-web</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
- <artifactId>spring-boot-starter-tomcat</artifactId>
|
|
|
|
- <scope>provided</scope>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
- <artifactId>spring-boot-starter-aop</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
|
- <artifactId>spring-context-support</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
- <artifactId>spring-boot-starter-data-redis</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
- <artifactId>spring-boot-configuration-processor</artifactId>
|
|
|
|
- <optional>true</optional>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>com.baomidou</groupId>
|
|
|
|
- <artifactId>mybatisplus-spring-boot-starter</artifactId>
|
|
|
|
- <version>${mybatisplus.spring.boot.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>com.baomidou</groupId>
|
|
|
|
- <artifactId>mybatis-plus</artifactId>
|
|
|
|
- <version>${mybatisplus.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>mysql</groupId>
|
|
|
|
- <artifactId>mysql-connector-java</artifactId>
|
|
|
|
- <version>${mysql.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>com.alibaba</groupId>
|
|
|
|
- <artifactId>druid-spring-boot-starter</artifactId>
|
|
|
|
- <version>${druid.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.quartz-scheduler</groupId>
|
|
|
|
- <artifactId>quartz</artifactId>
|
|
|
|
- <version>${quartz.version}</version>
|
|
|
|
- <exclusions>
|
|
|
|
- <exclusion>
|
|
|
|
- <groupId>com.mchange</groupId>
|
|
|
|
- <artifactId>c3p0</artifactId>
|
|
|
|
- </exclusion>
|
|
|
|
- </exclusions>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>commons-lang</groupId>
|
|
|
|
- <artifactId>commons-lang</artifactId>
|
|
|
|
- <version>${commons.lang.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>commons-fileupload</groupId>
|
|
|
|
- <artifactId>commons-fileupload</artifactId>
|
|
|
|
- <version>${commons.fileupload.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>commons-io</groupId>
|
|
|
|
- <artifactId>commons-io</artifactId>
|
|
|
|
- <version>${commons.io.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>commons-codec</groupId>
|
|
|
|
- <artifactId>commons-codec</artifactId>
|
|
|
|
- <version>${commons.codec.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>commons-configuration</groupId>
|
|
|
|
- <artifactId>commons-configuration</artifactId>
|
|
|
|
- <version>${commons.configuration.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.apache.shiro</groupId>
|
|
|
|
- <artifactId>shiro-core</artifactId>
|
|
|
|
- <version>${shiro.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.apache.shiro</groupId>
|
|
|
|
- <artifactId>shiro-spring</artifactId>
|
|
|
|
- <version>${shiro.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>io.jsonwebtoken</groupId>
|
|
|
|
- <artifactId>jjwt</artifactId>
|
|
|
|
- <version>${jwt.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>com.github.axet</groupId>
|
|
|
|
- <artifactId>kaptcha</artifactId>
|
|
|
|
- <version>${kaptcha.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>io.springfox</groupId>
|
|
|
|
- <artifactId>springfox-swagger2</artifactId>
|
|
|
|
- <version>${swagger.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>io.springfox</groupId>
|
|
|
|
- <artifactId>springfox-swagger-ui</artifactId>
|
|
|
|
- <version>${swagger.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>com.qiniu</groupId>
|
|
|
|
- <artifactId>qiniu-java-sdk</artifactId>
|
|
|
|
- <version>${qiniu.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>com.aliyun.oss</groupId>
|
|
|
|
- <artifactId>aliyun-sdk-oss</artifactId>
|
|
|
|
- <version>${aliyun.oss.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>com.qcloud</groupId>
|
|
|
|
- <artifactId>cos_api</artifactId>
|
|
|
|
- <version>${qcloud.cos.version}</version>
|
|
|
|
- <exclusions>
|
|
|
|
- <exclusion>
|
|
|
|
- <groupId>org.slf4j</groupId>
|
|
|
|
- <artifactId>slf4j-log4j12</artifactId>
|
|
|
|
- </exclusion>
|
|
|
|
- </exclusions>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>joda-time</groupId>
|
|
|
|
- <artifactId>joda-time</artifactId>
|
|
|
|
- <version>${joda.time.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>com.alibaba</groupId>
|
|
|
|
- <artifactId>fastjson</artifactId>
|
|
|
|
- <version>${fastjson.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- </dependencies>
|
|
|
|
-
|
|
|
|
- <build>
|
|
|
|
- <finalName>${artifactId}</finalName>
|
|
|
|
- <plugins>
|
|
|
|
- <plugin>
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
- <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
- <configuration>
|
|
|
|
- <fork>true</fork>
|
|
|
|
- </configuration>
|
|
|
|
- </plugin>
|
|
|
|
- <!-- 跳过单元测试 -->
|
|
|
|
- <plugin>
|
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
- <artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
- <configuration>
|
|
|
|
- <skipTests>true</skipTests>
|
|
|
|
- </configuration>
|
|
|
|
- </plugin>
|
|
|
|
- </plugins>
|
|
|
|
- </build>
|
|
|
|
-
|
|
|
|
- <repositories>
|
|
|
|
- <repository>
|
|
|
|
- <id>public</id>
|
|
|
|
- <name>aliyun nexus</name>
|
|
|
|
- <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
|
|
|
- <releases>
|
|
|
|
- <enabled>true</enabled>
|
|
|
|
- </releases>
|
|
|
|
- </repository>
|
|
|
|
- </repositories>
|
|
|
|
- <pluginRepositories>
|
|
|
|
- <pluginRepository>
|
|
|
|
- <id>public</id>
|
|
|
|
- <name>aliyun nexus</name>
|
|
|
|
- <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
|
|
|
- <releases>
|
|
|
|
- <enabled>true</enabled>
|
|
|
|
- </releases>
|
|
|
|
- <snapshots>
|
|
|
|
- <enabled>false</enabled>
|
|
|
|
- </snapshots>
|
|
|
|
- </pluginRepository>
|
|
|
|
- </pluginRepositories>
|
|
|
|
-</project>
|
|
|