Skip to content

Commit

Permalink
docs: add update for Spring Boot
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Sammet authored and srotsch committed Jul 2, 2024
1 parent 639718f commit 5eebedc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions radar/2024-06-01/spring-boot.md
Original file line number Diff line number Diff line change
@@ -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/)

0 comments on commit 5eebedc

Please sign in to comment.