Browse Source

add r2dbc-mssql

zhou-hao 5 years ago
parent
commit
5eb99ab064
1 changed files with 5 additions and 0 deletions
  1. 5 0
      jetlinks-standalone/pom.xml

+ 5 - 0
jetlinks-standalone/pom.xml

@@ -201,6 +201,11 @@
             <artifactId>r2dbc-h2</artifactId>
             <artifactId>r2dbc-h2</artifactId>
         </dependency>
         </dependency>
 
 
+        <dependency>
+            <groupId>io.r2dbc</groupId>
+            <artifactId>r2dbc-mssql</artifactId>
+        </dependency>
+
         <dependency>
         <dependency>
             <groupId>org.hswebframework.web</groupId>
             <groupId>org.hswebframework.web</groupId>
             <artifactId>hsweb-authorization-basic</artifactId>
             <artifactId>hsweb-authorization-basic</artifactId>