Skip to content

Commit 004d85b

Browse files
authored
Update README.md
1 parent 723d96b commit 004d85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ springdoc.api-docs.enabled=false
113113
```
114114

115115
## 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
116+
To generate documentation automatically, make sure all the methods declare the HTTP Code responses using the annotation: @ResponseStatus.
117117

118118
## Adding API Information and Security documentation
119119
The library uses spring-boot application auto-configured packages to scan for the following annotations in spring beans: OpenAPIDefinition and Info.

0 commit comments

Comments
 (0)