Explorar el Código

webClient调用外部http接口

wanggaokun hace 1 año
padre
commit
19a521da41
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      PHM-admin/phm-manage/pom.xml

+ 5 - 0
PHM-admin/phm-manage/pom.xml

@@ -25,6 +25,11 @@
             <groupId>com.phm</groupId>
             <artifactId>phm-system</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-webflux</artifactId>
+        </dependency>
+
         <!--<dependency>-->
         <!--    <groupId>org.elasticsearch.client</groupId>-->
         <!--    <artifactId>elasticsearch-rest-high-level-client</artifactId>-->