Spring Boot One To Many Tutorial with Thymeleaf, Bootstrap and MySQL Database

Описание к видео Spring Boot One To Many Tutorial with Thymeleaf, Bootstrap and MySQL Database

The most comprehensive video tutorial for learning coding CRUD operations on one to many relationships in a Spring Boot application based on Spring Data JPA, Thymeleaf, Bootstrap and MySQL Database.

You will learn how to design one-to-many entity relationship in Java programming with Spring framework, with the entity on the one side is the parent; and the entities on the many side are the children.

You will learn how to code one-to-many CRUD functions for the 3 cases:
- CRUD on many-to-one side with existing parent, i.e. creating new children object with existing parent object (e.g. many to one relationship between products and category).

- CRUD on one-to-many side with existing children, i.e. creating new parent with some existing children (e.g. one to many relationship between brand and categories).

- CRUD on one-to-many side with new children, i.e. creating new parent with new children (e.g. one to many relationship between product and details).

Technologies:
- Spring Boot Web
- Spring Data JPA & Hibernate
- Thymeleaf
- HTML 5 & Bootstrap 4
- MySQL Database

Software programs:
- Java Development Kit (JDK)
- Spring Tool Suite IDE (STS)
- MySQL Community Server & MySQL Workbench

Further learning to see how one-to-many relationships are used in real life projects: https://www.udemy.com/course/spring-b... - Take this course to Learn to Code Real-life Shopping Website with Java and Spring Boot. Full-stack Development. Hands-on Practices. Job-ready Skills..

Комментарии

Информация по комментариям в разработке