Posts by Michael Santos • 1 point
1 post
-
0
votes2
answers1310
viewsA: Spring data JPA findOne() returns null
The id is probably not receiving the value passed by the request. In this case, use the annotation @PathVariable to indicate that the id will come in the request URI. In the current version of…