Udemy Spring boot course: Section 9 JPA / Hibernate advanced mappings
Git repo for this sections code Course Diagram Entity Lifecycle Important Database concepts Primary Key , Foreign Key Cascade Eager , Lazy Loading ...
Udemy Spring boot course: Section 8 Spring MVC Security
Git repo App goal Example Show the user incorrect password and/or password Logging out a user Getting the username of the currently logged in user Getting th...
Udemy Spring boot course: Section 7 Spring MVC CRUD
Git git repo Goals for this sectin Create a web UI for the employee directory Users should be able to Get a list of employees Add a new employee Update an employee ...
Udemy Spring boot course: Section 6 Spring MVC
Git Thymeleaf Project structure Thymeleaf template (boilerplate) Demo App CSS and Thymeleaf MVC Architecture Sending/Receiving form with query paramete...
Udemy Spring boot course: Section 5 REST Api Security
Github Repo Section goals Spring Security Model Declarative Programmatic Servlet Filters Spring Security Filters Workflow ...
Udemy Spring boot course: Section 4 REST Crud Api
Specialized Component annotations Github repo for this section References @RestController, @RequestMapping \& @GetMapping Why have a service layer Best Practices ...
Udemy Spring boot course: Section 3 Hibernate/JPA
Git repo for this section Hibernate JPA Setting up Docker MySQL Setting up Docker PhpMyAdmin Automatic Data Source Configuratin DB connection Comm...
Section 15. (Java Collection Framework) Udemy - Java Programming Masterclass
Java Collections Overview What’s in the framework, what’s not? Collection is the root of the collection hierarchy Collection interface methods What’s a Collect...
Udemy Spring boot course: Section 2 Spring Core
Inversion of Control (IoC) Dependency Injection Types of Injection Constructor Injection Constructor injection example ...