From f54ce2039c8f8a685b080bb7b39023e2986f84cd Mon Sep 17 00:00:00 2001 From: Axel Sammet Date: Tue, 2 Jul 2024 16:55:33 +0200 Subject: [PATCH] docs: add update for Spring Boot --- radar/2024-06-01/spring-boot.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 radar/2024-06-01/spring-boot.md diff --git a/radar/2024-06-01/spring-boot.md b/radar/2024-06-01/spring-boot.md new file mode 100644 index 0000000..0924fea --- /dev/null +++ b/radar/2024-06-01/spring-boot.md @@ -0,0 +1,14 @@ +--- +title: "Spring Boot" +ring: adopt +quadrant: languages-and-frameworks +tags: [coding] +--- + +For new microservices in a cloud environment, Spring Boot is still one of our defaults. In addition to the aforementioned reasons, we at AOE especially like the following features: + +- Full integration with the [Kotlin language](/languages-and-frameworks/kotlin/) +- Excellent plugins and libraries for supporting GraphQL ([DGS Framework](https://netflix.github.io/dgs/), [Spring for GraphQL](https://spring.io/projects/spring-graphql)) +- Easy-to-use and powerful provision of RESTful services, including support for [OpenAPI](/tools/open-api/) +- Support for many cache providers, including distributed and replicated caches +- Metrics and monitoring support with [Micrometer](https://micrometer.io/)