|
@@ -13,7 +13,6 @@
|
|
|
<artifactId>caimei-zplm-admin-api</artifactId>
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
|
|
|
-
|
|
|
<properties>
|
|
|
<java.version>1.8</java.version>
|
|
|
<!--maven.build.timestamp保存了maven编译时间戳-->
|
|
@@ -22,165 +21,6 @@
|
|
|
<maven.build.timestamp.format>yyyyMMdd-HHmmss</maven.build.timestamp.format>
|
|
|
</properties>
|
|
|
|
|
|
-
|
|
|
-<!-- <dependencies>-->
|
|
|
-<!-- <!–-->
|
|
|
-<!-- 添加此依赖会导致跨域问题,用org.apache.tomcat.embed代替-->
|
|
|
-<!-- –>-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
-<!-- <artifactId>spring-boot-starter-web</artifactId>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
-<!-- <artifactId>spring-boot-starter-thymeleaf</artifactId>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-<!-- <!–<dependency>-->
|
|
|
-<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
-<!-- <artifactId>spring-boot-starter-webflux</artifactId>-->
|
|
|
-<!-- </dependency>–>-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>mysql</groupId>-->
|
|
|
-<!-- <artifactId>mysql-connector-java</artifactId>-->
|
|
|
-<!-- <scope>runtime</scope>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>org.mybatis.spring.boot</groupId>-->
|
|
|
-<!-- <artifactId>mybatis-spring-boot-starter</artifactId>-->
|
|
|
-<!-- <version>2.1.1</version>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
-<!-- <artifactId>spring-boot-configuration-processor</artifactId>-->
|
|
|
-<!-- <optional>true</optional>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
-<!-- <artifactId>spring-boot-starter-cache</artifactId>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-<!-- <!– redis依赖包 –>-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
-<!-- <artifactId>spring-boot-starter-data-redis</artifactId>-->
|
|
|
-<!-- <exclusions>-->
|
|
|
-<!-- <exclusion>-->
|
|
|
-<!-- <groupId>io.lettuce</groupId>-->
|
|
|
-<!-- <artifactId>lettuce-core</artifactId>-->
|
|
|
-<!-- </exclusion>-->
|
|
|
-<!-- </exclusions>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>redis.clients</groupId>-->
|
|
|
-<!-- <artifactId>jedis</artifactId>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
-<!-- <artifactId>spring-boot-devtools</artifactId>-->
|
|
|
-<!-- <scope>provided</scope>-->
|
|
|
-<!-- <optional>true</optional>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>org.projectlombok</groupId>-->
|
|
|
-<!-- <artifactId>lombok</artifactId>-->
|
|
|
-<!-- <optional>true</optional>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
-<!-- <artifactId>spring-boot-starter-test</artifactId>-->
|
|
|
-<!-- <scope>test</scope>-->
|
|
|
-<!-- <exclusions>-->
|
|
|
-<!-- <exclusion>-->
|
|
|
-<!-- <groupId>org.junit.vintage</groupId>-->
|
|
|
-<!-- <artifactId>junit-vintage-engine</artifactId>-->
|
|
|
-<!-- </exclusion>-->
|
|
|
-<!-- </exclusions>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>io.projectreactor</groupId>-->
|
|
|
-<!-- <artifactId>reactor-test</artifactId>-->
|
|
|
-<!-- <scope>test</scope>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>junit</groupId>-->
|
|
|
-<!-- <artifactId>junit</artifactId>-->
|
|
|
-<!-- <scope>test</scope>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>com.github.pagehelper</groupId>-->
|
|
|
-<!-- <artifactId>pagehelper-spring-boot-starter</artifactId>-->
|
|
|
-<!-- <version>1.2.5</version>-->
|
|
|
-<!-- <exclusions>-->
|
|
|
-<!-- <exclusion>-->
|
|
|
-<!-- <artifactId>mybatis-spring-boot-starter</artifactId>-->
|
|
|
-<!-- <groupId>org.mybatis.spring.boot</groupId>-->
|
|
|
-<!-- </exclusion>-->
|
|
|
-<!-- </exclusions>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>com.alibaba</groupId>-->
|
|
|
-<!-- <artifactId>fastjson</artifactId>-->
|
|
|
-<!-- <version>1.2.6</version>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-
|
|
|
-<!-- <!–手机短信–>-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>caimei</groupId>-->
|
|
|
-<!-- <artifactId>smsClient</artifactId>-->
|
|
|
-<!-- <version>1.0</version>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-
|
|
|
-<!-- <!–knife4j接口文档–>-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>com.github.xiaoymin</groupId>-->
|
|
|
-<!-- <artifactId>knife4j-spring-boot-starter</artifactId>-->
|
|
|
-<!-- <version>3.0.2</version>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>org.apache.httpcomponents</groupId>-->
|
|
|
-<!-- <artifactId>httpclient</artifactId>-->
|
|
|
-<!-- <version>4.5.7</version>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-
|
|
|
-<!-- <!– jwt –>-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>com.auth0</groupId>-->
|
|
|
-<!-- <artifactId>java-jwt</artifactId>-->
|
|
|
-<!-- <version>3.14.0</version>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-
|
|
|
-<!-- <!– 阿里云短信sdk –>-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>com.aliyun</groupId>-->
|
|
|
-<!-- <artifactId>aliyun-java-sdk-core</artifactId>-->
|
|
|
-<!-- <version>4.5.18</version>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>com.aliyun</groupId>-->
|
|
|
-<!-- <artifactId>aliyun-java-sdk-dysmsapi</artifactId>-->
|
|
|
-<!-- <version>2.1.0</version>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-
|
|
|
-<!-- <!–对象存储oss–>-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>com.aliyun.oss</groupId>-->
|
|
|
-<!-- <artifactId>aliyun-sdk-oss</artifactId>-->
|
|
|
-<!-- <version>3.10.2</version>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-
|
|
|
-<!-- <!–dfs–>-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>com.github.tobato</groupId>-->
|
|
|
-<!-- <artifactId>fastdfs-client</artifactId>-->
|
|
|
-<!-- <version>1.26.1-RELEASE</version>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-<!-- </dependencies>-->
|
|
|
-
|
|
|
-
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|