Skip to content

Commit f54ce20

Browse files
Axel Sammetsrotsch
Axel Sammet
authored andcommitted
docs: add update for Spring Boot
1 parent c7f55c2 commit f54ce20

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

radar/2024-06-01/spring-boot.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: "Spring Boot"
3+
ring: adopt
4+
quadrant: languages-and-frameworks
5+
tags: [coding]
6+
---
7+
8+
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:
9+
10+
- Full integration with the [Kotlin language](/languages-and-frameworks/kotlin/)
11+
- Excellent plugins and libraries for supporting GraphQL ([DGS Framework](https://netflix.github.io/dgs/), [Spring for GraphQL](https://spring.io/projects/spring-graphql))
12+
- Easy-to-use and powerful provision of RESTful services, including support for [OpenAPI](/tools/open-api/)
13+
- Support for many cache providers, including distributed and replicated caches
14+
- Metrics and monitoring support with [Micrometer](https://micrometer.io/)

0 commit comments

Comments
 (0)