瀏覽代碼

webClient调用外部http接口

wanggaokun 1 年之前
父節點
當前提交
19a521da41
共有 1 個文件被更改,包括 5 次插入0 次删除
  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>-->