Skip to main content

Kotlin API patterns

Introduction

After using the bootstrapper to create a new Spring Boot Kotlin API you will be left with a minimalist project that doesn’t do anything.

This document provides information about common patterns used by HMPPS Kotlin APIs including links to real world examples.

Patterns

  1. Shared libraries
  2. Health and Info endpoints
  3. Hosting APIs
  4. Calling APIs
  5. Logging and Telemetry
  6. Databases
  7. Domain Events
  8. AWS Service Accounts