Skip to content

Commit

Permalink
Update documentation for actuator
Browse files Browse the repository at this point in the history
  • Loading branch information
timonback authored Jun 21, 2024
1 parent 4b5b833 commit a83d24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The following table contains additional properties that can be specified in the
## Actuator support

Springwolf supports exposing the AsyncAPI document as part of Spring Boot’s actuator endpoint.
The AsyncAPI document will then be moved underneath actuators base path, that's `/actuator/springwolf/docs.json` or `/actuator/springwolf/docs.yaml` respectively.
The AsyncAPI document will then be moved underneath actuators base path, that's `/actuator/springwolf`.

To enable it, add the `spring-boot-actuator` dependency first.
Second, enable the actuator endpoint in the `application.properties` file:
Expand Down

0 comments on commit a83d24d

Please sign in to comment.