|
|
@@ -32,11 +32,18 @@
|
|
|
<fastjson.version>2.0.43</fastjson.version>
|
|
|
<cloud.version>2022.0.0</cloud.version>
|
|
|
<openfeign.version>4.1.3</openfeign.version>
|
|
|
+ <minio.version>8.0.3</minio.version>
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
+ <!-- Spring Boot Starter Web -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-web</artifactId>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
<!-- Spring Boot Starter Test -->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
@@ -65,11 +72,7 @@
|
|
|
<dependencyManagement>
|
|
|
<dependencies>
|
|
|
|
|
|
- <!-- Spring Boot Starter Web -->
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-web</artifactId>
|
|
|
- </dependency>
|
|
|
+
|
|
|
|
|
|
<!-- Spring Boot Starter Webflux -->
|
|
|
<dependency>
|