Spring Boot Essentials
  • Hi
  • What you need to install
  • Spring Boot Initializr
  • App structure walkthrough
  • Defining the Student model
  • Defining database interface (DAO)
  • Lets implement an in memory database
  • Lets implement the Service Layer (Business Logic)
  • Dependency Injection with @Autowire @Repository @Qualifier
  • API / Controller / Resource layer & HTTP Get
  • Running the Server
  • Postman REST Client
  • HTTP Post
  • Path Variables
  • Exercise
  • Exercise solution. HTTP Put & Delete
  • Running Jar file
  • Switching DAO implementations
  • Serving HTML with Spring Boot
  • Thanks