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 6, 2023
1 parent 329ab86 commit 82dc477
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ JMX access might not be available for the application server. Here comes this ha
This starter adds a new Spring Boot Actuator endpoint for JDK Flight Recorder remote control. This RESTful endpoint
allows starting and stopping Flight Recording and downloading the `.jfr` files for further analysis.

## Spring Boot 2

Just add the following dependency to your Spring Boot 2 project:

```xml
Expand All @@ -23,7 +25,13 @@ Just add the following dependency to your Spring Boot 2 project:
</dependency>
```

and don't forget to add the following configuration:
## Spring Boot 3

Coming soon...

## Required for all Spring Boot versions

Please don't forget to add the following configuration:

```yml
flightrecorder:
Expand Down

0 comments on commit 82dc477

Please sign in to comment.