ソースを参照

add webflux dependency

allen 1 年間 前
コミット
f2d6e415cb
1 ファイル変更6 行追加0 行削除
  1. 6 0
      cirs-admin/pom.xml

+ 6 - 0
cirs-admin/pom.xml

@@ -66,6 +66,12 @@
             <artifactId>cirs-biz</artifactId>
         </dependency>
 
+        <!-- httpclient -->
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-webflux</artifactId>
+        </dependency>
+
     </dependencies>
 
     <build>