Spring MVC with Spring Boot is a course on learning all key Spring framework features to develop robust enterprise-grade web applications. Spring MVC is a collection of Spring projects (including Spring Web, Spring Data, Spring Security, and others) that we can use to create very robust and secure enterprise Java applications and follow the ‘Model View Controller design pattern. Spring MVC relies on the core principles of Spring frameworks such as IOC, Dependency Injection, and more.
This course will cover everything you need to start working on real-time Spring-based projects.
This course will also cover all the prerequisite concepts so that you don’t have to learn anything new beyond this course.
At the end of the course, we will combine all the modules we have learned and create a real-time Todo application from scratch.
The code bundle for this course is available at https://github.com/PacktPublishing/Spring-MVC-With-Spring-Boot-All-Modu…-
Learn about Spring MVC, Dispatcher Servlet, controller, and validation
- Understand Spring Boot, Bootstrapping, Actuator, Devtools, and Auto-config
- Learn about Spring security, authorization, authentication, and CSRF token
- Learn about Maven, dependency management, project structure, and repositories
- Learn about Spring Boot Devtools
- Learn about the Spring Boot Actuator to analyze and monitor application metrics