You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration/configuration.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,7 @@ The following table contains additional properties that can be specified in the
65
65
|`springwolf.init-mode`|`fail_fast`| Springwolf initializes during start up with `fail_fast` or in the `background` after the application has started. |
66
66
|`springwolf.paths.docs`|`/springwolf/docs`| The path of the AsyncAPI document in JSON format. *Note that at the moment the UI will work only with the default value.*|
67
67
|`springwolf.endpoint.actuator.enabled`|`false`| Publish the AsyncAPI document as part of Spring Boot’s actuator feature. |
68
+
|`springwolf.use-fqn`|`false`| Use fully qualified names for the schema classes. It's recommended and required for publishing, but deactivated due to backwards compatibility |
68
69
|`springwolf.scanner.consumer-data.enabled`|`true`| Enable scanner to find consumers defined in `AsyncApiDocket`. |
69
70
|`springwolf.scanner.producer-data.enabled`|`true`| Enable scanner to find producers defined in `AsyncApiDocket`. |
70
71
|`springwolf.scanner.async-listener.enabled`|`true`| Enable scanner to find methods annotated with `@AsyncListener`. |
0 commit comments