0

I'm making an asynchronous repository using spring. I'm extending JpaRepository, which in turn extends CrudRepository. On my own methods I'm using the Async annotation so that they return CompletableFuture. Can I make the save function in CrudRepository return a CompletableFuture?

chrylis -cautiouslyoptimistic-
  • 75,269
  • 21
  • 115
  • 152
SiXoS
  • 535
  • 3
  • 14

0 Answers0