I encountered the same error, try the steps below.
Add the following annotation in your application class @EnableR2dbcRepositories
.
Extend R2dbcRepository
class instead of CoroutineCrudRepository
class. Make sure your import is org.springframework.data.r2dbc.repository.R2dbcRepository