|
2 | 2 | [](https://sonarcloud.io/dashboard?id=springdoc_springdoc-openapi)
|
3 | 3 | [](https://snyk.io/test/github/springdoc/springdoc-openapi.git)
|
4 | 4 |
|
5 |
| - |
| 5 | + |
6 | 6 |
|
7 | 7 | # [Full documentation](https://springdoc.org)
|
8 | 8 |
|
|
11 | 11 | The springdoc-openapi Java library helps automating the generation of API documentation using Spring Boot projects.
|
12 | 12 | springdoc-openapi works by examining an application at runtime to infer API semantics based on Spring configurations, class structure and various annotations.
|
13 | 13 |
|
14 |
| -The library automatically generates documentation in JSON/YAML and HTML formatted pages. The generateed documentation can be complemented using `swagger-api` annotations. |
| 14 | +The library automatically generates documentation in JSON/YAML and HTML formatted pages. The generated documentation can be complemented using `swagger-api` annotations. |
15 | 15 |
|
16 | 16 | This library supports:
|
17 | 17 | * OpenAPI 3
|
@@ -57,7 +57,7 @@ springdoc.swagger-ui.path=/swagger-ui.html
|
57 | 57 | ## [Demo Spring Boot 1 Web MVC with OpenAPI 3](https://springdoc-openapi-test-app1-exhausted-civet.eu-de.mybluemix.net/).
|
58 | 58 | ## [Demo Spring Boot 2 WebFlux with Functional endpoints OpenAPI 3](https://springdoc-openapi-test-app4-happy-ostrich.eu-de.mybluemix.net/swagger-ui.html).
|
59 | 59 |
|
60 |
| - |
| 60 | + |
61 | 61 |
|
62 | 62 | ## Source code of the Demo Applications
|
63 | 63 | * [https://github.com/springdoc/springdoc-openapi-demos.git](https://github.com/springdoc/springdoc-openapi-demos.git).
|
@@ -130,4 +130,4 @@ Snapshots:
|
130 | 130 |
|
131 | 131 | * Thanks a lot [JetBrains](https://www.jetbrains.com/?from=springdoc-openapi) for supporting springdoc-openapi project.
|
132 | 132 |
|
133 |
| - |
| 133 | + |
0 commit comments