Spring Boot
Online Training
By Our Industry Expert
GET FREE LIVE TRAINING
ENROLL NOW
Online Batches |
Date |
Timing |
3 Feb Batch |
9:00 AM |
9:00 PM |
Course Content
Introducing Spring Boot
- Introduction
- Course Content
- What is Spring Boot?
- Spring and some of its problems
- What Spring Boot gives us
- Setting Up Development Environment
- Maven
- Creating a Spring Boot project
- Starting a Spring Boot application
- Spring Boot startup steps
- Adding a REST Controller
- Returning Objects From Controller
- What’s Happening Here: Bill Of Materials
- What’s Happening Here: Embedded Servlet Container
Spring MVC: The View Tier
- How Spring MVC Works
- The REST API we’ll build
- Creating a business service
- Getting a single resource
- Creating a new resource using POST
- Implementing Update and Delete
Booting Spring Boot
- Unit Overview
- Using Spring Initializer
- Using Spring Boot CLI
- Using the STS IDE
- Using application properties
Spring Data JPA: The Data Tier
- What is JPA?
- Adding Spring Data JPA
- Creating a Spring Data JPA Repository
- Making Crud Operations with Repository
- Adding Course APIs
- Adding Entity Relationship and Extending Repository
Deployment and monitoring
- Packaging and running a Spring Boot app
- Spring Boot Actuator