Objective

Understand Spring Boot, a framework that simplifies Spring application development by providing auto-configuration, embedded servers, and a simplified setup process. Learn to build and deploy web applications using Spring Boot with Thymeleaf as the view technology, focusing on CRUD operations with static data (no database for this session).

Lecture Topics

1. Spring Boot Essentials

2. Why Spring Boot

3. Spring Boot Overview

4. Basic Introduction of Maven