Spring Framework 2: Creating Your First Spring Boot Application
Do you want to build scalable Java applications quickly and efficiently? Learn how Spring Boot's opinionated framework can take you from zero to sixty with your Java application development.
What you'll learn
Spring Boot framework helps developers to build scalable Java applications. In this course, Creating your First Spring Boot Application, you will learn the two core aspects of Spring Boot by coding through the basics with a sample application.
First, you will learn the stand-alone architecture of Spring Boot without 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.
Next, you will discover Spring Boot starters. These starters allow quick and easy integration with many Spring technologies and 3rd Party libraries and frameworks. Additionally, starters provide the concept of auto-configuration, allowing developers to incorporate concepts such as data sources or REST services.
Finally, you will be able to install Spring Boot, configure it, and utilize many of the framework's features in a real world application.
By the end of this course, you will be able to understand the Spring Boot architecture and how it plugs in and works with core Spring.
Table of contents
- Version Check 0m
- Introduction 1m
- What Is Spring Boot? 1m
- Demo: Creating a Spring Boot App with Spring Initializr 2m
- Demo: Importing and Setting up a Spring Boot App 2m
- Demo: Overview of a Spring Boot App 4m
- Demo: Creating a Spring Boot App with IntelliJ 2m
- Demo: Using the Spring Boot CLI 2m
- Understanding Spring Boot Starters 3m
- Summary 1m
- Introduction 1m
- Application Overview 1m
- Setting up the Database 3m
- Demo: Connecting to the Database 2m
- Demo: Creating JPA Models 6m
- Demo: Working with JPA Relationships 3m
- Demo: Working with Binary Data Types 2m
- Demo: Creating JPA Repositories 2m
- Demo: Creating Spring API REST Controllers - Part 1 7m
- Demo: Creating Spring API REST Controllers - Part 2 8m
- Demo: Handling Serialization Issues and Running the App 8m
- Summary 2m
- Introduction 1m
- How to Customize and Override Spring Boot 2m
- Demo: Locating and Working with Config Files 3m
- Demo: How to Change Database Connections 3m
- Demo: How to Handle Different Environments 3m
- Demo: Setting Properties with YAML 2m
- Demo: How to Use Spring Properties in Code 4m
- Demo: Overriding Spring Boot with Java Config 4m
- Creating Your Own Auto-configuration Class 2m
- Summary 2m
- Introduction 1m
- Spring Boot Containerless Architecture 1m
- Demo: Switching out the Spring Boot Embedded Container 2m
- Demo: Creating Executable JAR Deployments 4m
- Common Cloud Supported Platforms 2m
- Demo: Deploying Spring Boot to the Cloud 6m
- What About WAR Deployments? 1m
- Demo: Creating a Spring Boot WAR Deployment 6m
- Summary 1m