feat(maven): Update new r2dbc-mysql driver #mirromutth/r2dbc-mysql/issues/251
This commit is contained in:
parent
552dfd550b
commit
67901c3732
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue