saga-coordinator-java
saga-coordinator-java copied to clipboard
Refactor the PayloadRepository to use Spring Data for simplicity
In order to avoid creating repository methods manually, consider refactoring the PayloadRepository to leverage the simplicity that Spring Data offers.
Reference: CrudRepository, JpaRepository, and PagingAndSortingRepository in Spring Data