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

Typo in Accessing Data JPA guide

Open SinghCoder opened this issue 4 years ago • 0 comments

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.

findOneById

SinghCoder avatar May 12 '20 04:05 SinghCoder