feat(maven): Update new r2dbc-mysql driver #mirromutth/r2dbc-mysql/issues/251

This commit is contained in:
zhouhao 2023-03-23 14:32:28 +08:00
parent 552dfd550b
commit 67901c3732
1 changed files with 8 additions and 1 deletions

View File

@ -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>