Creating Your First Spring Boot Application

Pluralsight
Course Summary
This course will introduce the Spring Boot framework and how it works in the Spring Ecosystem. You'll learn Spring Boot by building a full Spring Stack app from scratch.
-
+
Course Description
This course introduces developers to the Spring Boot framework. Spring Boot is a new way of looking at Spring development and Java applications. Developers will learn the core aspects of Spring Boot by coding through the basics with a sample application. First, is the stand-alone architecture of Spring Boot. No more containers and XML files. Your app runs as a pure Java app and can be deployed in any environment that runs Java, including cloud platforms. Second, developers will learn about the Spring Boot starters. These starters allow quick and easy integration with many Spring technologies and 3rd Party libraries and frameworks. Starters also provide the concept of auto-configuration allowing developers to incorporate concepts such as data sources or REST services. By the end of this course, developers will be able to understand the Spring Boot architecture and how it plugs in and works with core Spring. They will be able to install Spring Boot, configure it, and utilize many of the framework's features.
-
+
Course Syllabus
Course Overview- 1m 23s
—Course Overview 1m 23sCreating Your First Spring Boot Project- 36m 28s
—Introduction 0m 54s
—Demo: Creating a Spring Boot App 11m 1s
—Learning Path for Spring Boot 2m 26s
—Spring Boot Dependency Management 4m 11s
—Other Spring Boot Initializers 5m 4s
—How Does Spring Boot Work? 7m 1s
—Why Move to Containerless Deployments? 3m 23s
—Summary 2m 24sCreating Web Apps- 38m 29sConfiguring and Accessing a Data Source- 41m 58sTesting the Spring Boot Project- 36m 42s