We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 723d96b commit 004d85bCopy full SHA for 004d85b
README.md
@@ -113,7 +113,7 @@ springdoc.api-docs.enabled=false
113
```
114
115
## Error Handling for REST using @ControllerAdvice
116
-To generate documentation automatically, make sure all the methods declare the HTTP Code responses using the annotation: @ResponseStatus
+To generate documentation automatically, make sure all the methods declare the HTTP Code responses using the annotation: @ResponseStatus.
117
118
## Adding API Information and Security documentation
119
The library uses spring-boot application auto-configured packages to scan for the following annotations in spring beans: OpenAPIDefinition and Info.
0 commit comments