소스 검색

add spring-webflux

zhou-hao 3 년 전
부모
커밋
9280f7b1c4
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      jetlinks-components/common-component/pom.xml

+ 6 - 0
jetlinks-components/common-component/pom.xml

@@ -34,9 +34,15 @@
             <groupId>io.micrometer</groupId>
             <artifactId>micrometer-core</artifactId>
         </dependency>
+
         <dependency>
             <groupId>org.jetlinks</groupId>
             <artifactId>reactor-ql</artifactId>
         </dependency>
+
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-webflux</artifactId>
+        </dependency>
     </dependencies>
 </project>