79318473

Date: 2024-12-30 19:48:02
Score: 0.5
Natty:
Report link

I encountered the same error, try the steps below.

  1. Add the following annotation in your application class @EnableR2dbcRepositories.

  2. Extend R2dbcRepository class instead of CoroutineCrudRepository class. Make sure your import is org.springframework.data.r2dbc.repository.R2dbcRepository

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Edward Muturi