Integrate the GET REST APIs to JPA Repository
Learn using GET REST API to read an entity object from the database using the JPA repository.
Use repository in the findById
method of TodoService
Now that POST REST API is integrated with the database, we can use the TodoRepository
in the findById
...