gs-accessing-data-jpa
gs-accessing-data-jpa copied to clipboard
Typo in Accessing Data JPA guide
Hello!
There is a typo in the guide Getting Started | Accessing Data with JPA.
After the code for AccessingDataJpaApplication.java, you mentioned that it calls findOne()
to fetch a single Customer
by its ID., but it should be findById()
instead.