why do im getting this “Whitelabel Error Page “
here is my UserRepository.java
SQL DATASET in Java with Spring boot
I need to get the dataset object from a query and I don’t know how to build the body with Java and Spring boot, any hint for a beginner?
Fetch LIst of child along with its parent’s name mobile and email field using sql query and springboot Jpa
I have User as parent entity and booking as child entity, want to fetch all child along with User, but i dont all fields of user. only mobile email and name fields are required. remaining fields of user not required.