From fbe01c5de39cb6cae07c699825b8644d176714b3 Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin Date: Fri, 15 Dec 2023 21:24:22 +0100 Subject: [PATCH] java --- content/data/works/spring-boot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/data/works/spring-boot.md b/content/data/works/spring-boot.md index c3c4714..7db3b1a 100644 --- a/content/data/works/spring-boot.md +++ b/content/data/works/spring-boot.md @@ -1,4 +1,4 @@ -[`Spring Boot 3.2`](https://spring.io/projects/spring-boot) implementation using `Gradle 8` & `Java 17+`. Similar to the [official Spring Boot implementation](https://github.com/gothinkster/spring-boot-realworld-example-app) but with usage of `Spring Data JPA` instead of `MyBatis`. [Here is another nice one](https://github.com/raeperd/realworld-springboot-java) that explicitly follows `DDD`. +[`Spring Boot 3.2`](https://spring.io/projects/spring-boot) implementation using `Gradle 8` & `Java 21`. Similar to the [official Spring Boot implementation](https://github.com/gothinkster/spring-boot-realworld-example-app) but with usage of `Spring Data JPA` instead of `MyBatis`. [Here is another nice one](https://github.com/raeperd/realworld-springboot-java) that explicitly follows `DDD`. Main packages involved :