Skip to content

Commit

Permalink
Fixed SpringBoot-3 migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirko Sertic committed Dec 7, 2023
1 parent 448311e commit c47fe6f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<dependency>
<groupId>de.mirkosertic</groupId>
<artifactId>flight-recorder-starter</artifactId>
<version>3.1.0</version>
</dependency>
```

## Required for all Spring Boot versions

Expand Down

0 comments on commit c47fe6f

Please sign in to comment.