Build a web application using Spring Framework and *Spring Boot *
If you’re new to the Spring Framework, this is the course you want to start with. This course covers the core of the Spring Framework, the foundation which all of the other Spring Framework projects are built from.
In this course, you will learn about important key concepts, such as dependency injection and inversion of control, which are used throughout the Spring Framework. Within the Spring Framework, you have the option of using the traditional XML configuration, or the new Java based configuration. I’ll show you step by step how to configure Spring Beans using best practices in XML and Java. I’ll also show you how to use Spring to persist data into a database, and Spring MVC to show content from the database on a webpage.
By the time we reach the end of this course, you will be able to build a functioning Spring Web Application.
In this course, you will learn about:
#java #web-development #spring-boot