Do you want to get well-versed with the Spring framework and become a modern Spring developer? This course is designed to help you learn the Spring framework in 10 easy steps!
The course starts with the basics of the Spring framework, enabling you to understand dependency injection, IOC container, application context, and BeanFactory. Next, you will use Spring annotations to configure dependencies through Java programs and delve into the concepts of Spring MVC. Moving ahead, you will learn the basics of Spring Boot, Eclipse, Spring AOP, Spring JDBC and JPA, Maven, JUnit, and Mockito. Later, you will understand the development process of a web application using JSP servlets and Spring MVC. Finally, you will focus on how to execute unit testing cases with JUnit and Mockito using XML and Java Spring application contexts.
By the end of this course, you will have learned Spring framework concepts and have developed the skills you need to use them confidently in Java projects.
The code bundle for this course is available at https://github.com/PacktPublishing/Spring-Framework-Master-Class-Java-S…
Understand the ecosystem of the Spring framework
Use Spring Initializr to create a Spring Boot application
Distinguish between Spring Boot, Spring, and Spring MVC
Set up a project with JDBC, JPA, H2, and web dependencies
Create and import a Maven project
Perform unit testing with the Spring framework