Angular Spring Boot showing data in table

Here we will use Angular and Spring boot to show data in HTML table. Spring boot To start a spring project go to https://start.spring.io/ For this project we selected Java 1.8 Spring Web Spring Data JPA MySQL Driver Click on generate to download spring boot project then extract then project zip file and move to … Read more

SpringBoot JPA @OneToMany Mapping : Fetch data from tables

SpringBoot JPA @OneToMany Mapping as name says we will see one to many mapping in SpringBoot and JPA. First see the ER Diagram SpringBoot JPA @OneToMany Mapping ER Diagram Following is the Entity Relationship Diagram for user, user_mails and user_mobiles table. One user can have multiple mail ids. So this is a one to many … Read more