|
@@ -23,41 +23,240 @@
|
|
</properties>
|
|
</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>
|
|
<dependencies>
|
|
- <!--
|
|
|
|
- 添加此依赖会导致跨域问题,用org.apache.tomcat.embed代替
|
|
|
|
- -->
|
|
|
|
|
|
+ <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>org.springframework.boot</groupId>
|
|
|
|
+ <artifactId>spring-boot-starter</artifactId>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
-
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
- <artifactId>spring-boot-starter-thymeleaf</artifactId>
|
|
|
|
|
|
+ <artifactId>spring-boot-configuration-processor</artifactId>
|
|
|
|
+ <optional>true</optional>
|
|
</dependency>
|
|
</dependency>
|
|
- <!--<dependency>
|
|
|
|
|
|
+ <dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
- <artifactId>spring-boot-starter-webflux</artifactId>
|
|
|
|
- </dependency>-->
|
|
|
|
|
|
+ <artifactId>spring-boot-devtools</artifactId>
|
|
|
|
+ <scope>provided</scope>
|
|
|
|
+ <optional>true</optional>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>mysql</groupId>
|
|
<groupId>mysql</groupId>
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
<scope>runtime</scope>
|
|
<scope>runtime</scope>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.projectlombok</groupId>
|
|
|
|
+ <artifactId>lombok</artifactId>
|
|
|
|
+ <optional>true</optional>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.mybatis.spring.boot</groupId>
|
|
<groupId>org.mybatis.spring.boot</groupId>
|
|
<artifactId>mybatis-spring-boot-starter</artifactId>
|
|
<artifactId>mybatis-spring-boot-starter</artifactId>
|
|
<version>2.1.1</version>
|
|
<version>2.1.1</version>
|
|
</dependency>
|
|
</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>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
- <artifactId>spring-boot-configuration-processor</artifactId>
|
|
|
|
- <optional>true</optional>
|
|
|
|
|
|
+ <artifactId>spring-boot-starter-aop</artifactId>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.auth0</groupId>
|
|
|
|
+ <artifactId>java-jwt</artifactId>
|
|
|
|
+ <version>3.8.3</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>junit</groupId>
|
|
|
|
+ <artifactId>junit</artifactId>
|
|
|
|
+ <scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <!--邮箱发送-->
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
- <artifactId>spring-boot-starter-cache</artifactId>
|
|
|
|
|
|
+ <artifactId>spring-boot-starter-mail</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
<!-- redis依赖包 -->
|
|
<!-- redis依赖包 -->
|
|
<dependency>
|
|
<dependency>
|
|
@@ -74,97 +273,109 @@
|
|
<groupId>redis.clients</groupId>
|
|
<groupId>redis.clients</groupId>
|
|
<artifactId>jedis</artifactId>
|
|
<artifactId>jedis</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <!--手机短信-->
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
- <artifactId>spring-boot-devtools</artifactId>
|
|
|
|
- <scope>provided</scope>
|
|
|
|
- <optional>true</optional>
|
|
|
|
|
|
+ <groupId>caimei</groupId>
|
|
|
|
+ <artifactId>smsClient</artifactId>
|
|
|
|
+ <version>1.0</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>org.projectlombok</groupId>
|
|
|
|
- <artifactId>lombok</artifactId>
|
|
|
|
- <optional>true</optional>
|
|
|
|
|
|
+ <groupId>com.alibaba</groupId>
|
|
|
|
+ <artifactId>fastjson</artifactId>
|
|
|
|
+ <version>1.2.6</version>
|
|
</dependency>
|
|
</dependency>
|
|
-
|
|
|
|
<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>
|
|
|
|
|
|
+ <groupId>commons-codec</groupId>
|
|
|
|
+ <artifactId>commons-codec</artifactId>
|
|
|
|
+ <version>${commons-codec.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>io.projectreactor</groupId>
|
|
|
|
- <artifactId>reactor-test</artifactId>
|
|
|
|
- <scope>test</scope>
|
|
|
|
|
|
+ <groupId>commons-lang</groupId>
|
|
|
|
+ <artifactId>commons-lang</artifactId>
|
|
|
|
+ <version>2.6</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <!--dfs-->
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>junit</groupId>
|
|
|
|
- <artifactId>junit</artifactId>
|
|
|
|
- <scope>test</scope>
|
|
|
|
|
|
+ <groupId>com.github.tobato</groupId>
|
|
|
|
+ <artifactId>fastdfs-client</artifactId>
|
|
|
|
+ <version>1.26.1-RELEASE</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <!--引入商品模块-->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.caimei.module</groupId>
|
|
|
|
+ <artifactId>product</artifactId>
|
|
|
|
+ <version>0.0.1-SNAPSHOT</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.bouncycastle</groupId>
|
|
|
|
+ <artifactId>bcprov-jdk16</artifactId>
|
|
|
|
+ <version>1.46</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.caimei.module</groupId>
|
|
|
|
+ <artifactId>pay</artifactId>
|
|
|
|
+ <version>0.0.1-SNAPSHOT</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <!-- 对 HTML 富文本文档进行解析和操作 -->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.jsoup</groupId>
|
|
|
|
+ <artifactId>jsoup</artifactId>
|
|
|
|
+ <version>1.9.2</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
+ <!--阿里云开放搜索(OpenSearch)sdk -->
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>com.github.pagehelper</groupId>
|
|
|
|
- <artifactId>pagehelper-spring-boot-starter</artifactId>
|
|
|
|
- <version>1.2.5</version>
|
|
|
|
|
|
+ <groupId>com.aliyun.opensearch</groupId>
|
|
|
|
+ <artifactId>aliyun-sdk-opensearch</artifactId>
|
|
|
|
+ <version>3.5.1</version>
|
|
<exclusions>
|
|
<exclusions>
|
|
<exclusion>
|
|
<exclusion>
|
|
- <artifactId>mybatis-spring-boot-starter</artifactId>
|
|
|
|
- <groupId>org.mybatis.spring.boot</groupId>
|
|
|
|
|
|
+ <artifactId>guava</artifactId>
|
|
|
|
+ <groupId>com.google.guava</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>commons-lang</artifactId>
|
|
|
|
+ <groupId>commons-lang</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>httpclient</artifactId>
|
|
|
|
+ <groupId>org.apache.httpcomponents</groupId>
|
|
</exclusion>
|
|
</exclusion>
|
|
</exclusions>
|
|
</exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
-
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>com.alibaba</groupId>
|
|
|
|
- <artifactId>fastjson</artifactId>
|
|
|
|
- <version>1.2.6</version>
|
|
|
|
- </dependency>
|
|
|
|
-
|
|
|
|
- <!--手机短信-->
|
|
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>caimei</groupId>
|
|
|
|
- <artifactId>smsClient</artifactId>
|
|
|
|
- <version>1.0</version>
|
|
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
+ <artifactId>spring-boot-starter-cache</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
-
|
|
|
|
- <!--knife4j接口文档-->
|
|
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>com.github.xiaoymin</groupId>
|
|
|
|
- <artifactId>knife4j-spring-boot-starter</artifactId>
|
|
|
|
- <version>3.0.2</version>
|
|
|
|
|
|
+ <groupId>io.github.openfeign</groupId>
|
|
|
|
+ <artifactId>feign-httpclient</artifactId>
|
|
|
|
+ <version>10.2.0</version>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>httpclient</artifactId>
|
|
|
|
+ <groupId>org.apache.httpcomponents</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
-
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
<artifactId>httpclient</artifactId>
|
|
<artifactId>httpclient</artifactId>
|
|
- <version>4.5.7</version>
|
|
|
|
- </dependency>
|
|
|
|
-
|
|
|
|
- <!-- jwt -->
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>com.auth0</groupId>
|
|
|
|
- <artifactId>java-jwt</artifactId>
|
|
|
|
- <version>3.14.0</version>
|
|
|
|
|
|
+ <version>4.3.5</version>
|
|
</dependency>
|
|
</dependency>
|
|
-
|
|
|
|
- <!-- 阿里云短信sdk -->
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.aliyun</groupId>
|
|
<groupId>com.aliyun</groupId>
|
|
<artifactId>aliyun-java-sdk-core</artifactId>
|
|
<artifactId>aliyun-java-sdk-core</artifactId>
|
|
- <version>4.5.18</version>
|
|
|
|
|
|
+ <version>4.0.6</version> <!-- 注:如提示报错,先升级基础包版,无法解决可联系技术支持 -->
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.aliyun</groupId>
|
|
<groupId>com.aliyun</groupId>
|
|
<artifactId>aliyun-java-sdk-dysmsapi</artifactId>
|
|
<artifactId>aliyun-java-sdk-dysmsapi</artifactId>
|
|
- <version>2.1.0</version>
|
|
|
|
|
|
+ <version>1.1.0</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
+
|
|
<!--对象存储oss-->
|
|
<!--对象存储oss-->
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.aliyun.oss</groupId>
|
|
<groupId>com.aliyun.oss</groupId>
|
|
@@ -172,11 +383,23 @@
|
|
<version>3.10.2</version>
|
|
<version>3.10.2</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
- <!--dfs-->
|
|
|
|
|
|
+ <!--knife4j接口文档-->
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>com.github.tobato</groupId>
|
|
|
|
- <artifactId>fastdfs-client</artifactId>
|
|
|
|
- <version>1.26.1-RELEASE</version>
|
|
|
|
|
|
+ <groupId>com.github.xiaoymin</groupId>
|
|
|
|
+ <artifactId>knife4j-spring-boot-starter</artifactId>
|
|
|
|
+ <version>3.0.2</version>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>io.projectreactor</groupId>
|
|
|
|
+ <artifactId>reactor-test</artifactId>
|
|
|
|
+ <scope>test</scope>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.apache.httpcomponents</groupId>
|
|
|
|
+ <artifactId>httpclient</artifactId>
|
|
|
|
+ <version>4.4.1</version>
|
|
</dependency>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
@@ -226,7 +449,7 @@
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<configuration>
|
|
<configuration>
|
|
<!-- springboot启动类目录 -->
|
|
<!-- springboot启动类目录 -->
|
|
- <mainClass>com.caimei.VisaApplication</mainClass>
|
|
|
|
|
|
+ <mainClass>com.caimei.AdminApplication</mainClass>
|
|
</configuration>
|
|
</configuration>
|
|
<executions>
|
|
<executions>
|
|
<execution>
|
|
<execution>
|