Skip to content

Commit

Permalink
feat(maven): Update new r2dbc-mysql driver #mirromutth/r2dbc-mysql/is…
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou-hao committed Mar 23, 2023
1 parent 552dfd5 commit 67901c3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion jetlinks-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,16 @@
<artifactId>spring-boot-starter-data-r2dbc</artifactId>
</dependency>

<!-- <dependency>-->
<!-- <groupId>dev.miku</groupId>-->
<!-- <artifactId>r2dbc-mysql</artifactId>-->
<!-- </dependency>-->

<!-- https://github.com/mirromutth/r2dbc-mysql/issues/251 -->
<dependency>
<groupId>dev.miku</groupId>
<groupId>io.asyncer</groupId>
<artifactId>r2dbc-mysql</artifactId>
<version>0.9.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 67901c3

Please sign in to comment.