Introduction
  • Micronaut launch tool
  • Enable Annotation Processing
  • Create Hello World endpoint
Micronaut - Dependency Injection
  • Dependency Injection and Beans in Micronaut
  • Bean Qualifiers(@Named, @Qualifier)
  • Bean Priority
  • Further bean concepts
  • Bean lifecycle methods
Microservices with Micronaut
  • HTTP Server Concepts
  • User Service - POST and GET API
  • User Service - PUT and DELETE API
  • Bean Validations
  • Error Handler
  • Micronaut Data
  • Database Migrations with Flyway
  • Micronaut - Scheduled tasks
  • Problems with Scheduled tasks
  • Shedlock for Scheduled Tasks
Interservice Communication
  • HTTPClient - Part-1
  • HTTPClient - Part-2