Forráskód Böngészése

webClient调用外部http接口

wanggaokun 1 éve
szülő
commit
19a521da41
1 módosított fájl, 5 hozzáadás és 0 törlés
  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>-->