gs-accessing-data-jpa icon indicating copy to clipboard operation
gs-accessing-data-jpa copied to clipboard

Document text repeated

Open maxyou opened this issue 4 years ago • 0 comments

https://spring.io/guides/gs/accessing-data-jpa/ https://github.com/spring-guides/gs-accessing-data-jpa

At above two place, please search "First, it fetches", and you can find the repeated text: First, it fetches the CustomerRepository from the Spring application context. Then it saves a handful of Customer objects, demonstrating the save() method and setting up some data to use. Next, it calls findAll() to fetch all Customer objects from the database. Then it calls findOne() to fetch a single Customer by its ID. Finally, it calls findByLastName() to find all customers whose last name is "Bauer".

maxyou avatar Jun 25 '20 11:06 maxyou