Open pjy1368 opened 1 year ago
When I analyzed the library, MySqlConnection did not overwrite the required method, resulting in a compilation error. What is the problem?
Which version of r2dbc-spi are you using?
could you try to replace dev.miku.r2dbc-mysql
with io.asyncer:r2dbc-mysql:0.9.1
and see if error is still there?
The configuration file was created as follows.
And @Transactional was added at the service layer to implement declarative transactions.
However, if i actually execute the above logic, an error occurs.
I also created the ReactiveTransactionManager Bean, but why is this error occurring?