@@ -27,7 +27,7 @@ This library supports:
27
27
* server: The server name or IP
28
28
* port: The server port
29
29
* context-path: The context path of the application
30
- * Documentation can be available in yaml format as well, on the following path : /v3/api-docs.yml
30
+ * Documentation can be available in yaml format as well, on the following path : /v3/api-docs.yaml
31
31
* Add the library to the list of your project dependencies (No additional configuration is needed)
32
32
33
33
``` xml
@@ -58,7 +58,7 @@ springdoc.swagger-ui.path=/swagger-ui.html
58
58
* server: The server name or IP
59
59
* port: The server port
60
60
* context-path: The context path of the application
61
- * Documentation will be available in yaml format as well, on the following path : /v3/api-docs.yml
61
+ * Documentation will be available in yaml format as well, on the following path : /v3/api-docs.yaml
62
62
* Add the library to the list of your project dependencies. (No additional configuration is needed)
63
63
64
64
``` xml
@@ -91,7 +91,7 @@ To generate documentation automatically, make sure all the methods declare the H
91
91
For better performance of documentation generation, declare @OpenAPIDefinition and @SecurityScheme annotations within a spring managed bean.
92
92
93
93
## spring-weblfux support with Annotated Controllers
94
- * Documentation can be available in yaml format as well, on the following path : /v3/api-docs.yml
94
+ * Documentation can be available in yaml format as well, on the following path : /v3/api-docs.yaml
95
95
* Add the library to the list of your project dependencies (No additional configuration is needed)
96
96
97
97
``` xml
0 commit comments