From c47fe6f31fc2f684c0748bdd314ce9acef80ea25 Mon Sep 17 00:00:00 2001 From: Mirko Sertic Date: Thu, 7 Dec 2023 10:25:16 +0100 Subject: [PATCH] Fixed SpringBoot-3 migration --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f55e9ae..063874b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,16 @@ Just add the following dependency to your Spring Boot 2 project: ## Spring Boot 3 -Coming soon... +Just add the following dependency to your Spring Boot 3 project: + +```xml + + + de.mirkosertic + flight-recorder-starter + 3.1.0 + +``` ## Required for all Spring Boot versions