Skip to content

Commit 6dd01aa

Browse files
authored
Update README.md
1 parent bacf70f commit 6dd01aa

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,20 @@ This is a community-based project, not maintained by the Spring Framework Contri
6060
springdoc.swagger-ui.path=/swagger-ui.html
6161
```
6262

63-
## [Demo Spring Boot 2 Web MVC with OpenAPI 3](https://springdoc-openapi-test-app2-rested-ardvark.eu-de.mybluemix.net/).
64-
## [Demo Spring Boot 2 WebFlux with OpenAPI 3](https://springdoc-openapi-test-app3-generous-springhare.eu-de.mybluemix.net/swagger-ui.html).
65-
## [Demo Spring Boot 1 Web MVC with OpenAPI 3](https://springdoc-openapi-test-app1-exhausted-civet.eu-de.mybluemix.net/).
66-
## [Demo Spring Boot 2 WebFlux with Functional endpoints OpenAPI 3](https://springdoc-openapi-test-app4-happy-ostrich.eu-de.mybluemix.net/swagger-ui.html).
67-
68-
![Branching](https://springdoc.org/images/pets.png)
69-
7063
## Source code of the Demo Applications
7164
* [https://github.com/springdoc/springdoc-openapi-demos.git](https://github.com/springdoc/springdoc-openapi-demos.git).
7265

66+
67+
## Spring-boot with OpenAPI Demo applications.
68+
69+
## [Demo Spring Boot 2 Web MVC with OpenAPI 3](http://158.101.164.60:8081/).
70+
## [Demo Spring Boot 2 WebFlux with OpenAPI 3](http://158.101.164.60:8082/).
71+
## [Demo Spring Boot 1 Web MVC with OpenAPI 3](http://158.101.164.60:8083/).
72+
## [Demo Spring Boot 2 WebFlux with Functional endpoints OpenAPI 3](http://158.101.164.60:8084/swagger-ui.html).
73+
## [Demo Spring Boot 2 and Spring Hateoas with OpenAPI 3](http://158.101.164.60:8085/swagger-ui.html).
74+
75+
![Branching](https://springdoc.org/images/pets.png)
76+
7377
## Integration of the library in a Spring Boot 2.x.x project without the swagger-ui:
7478
* Documentation will be available at the following url for json format: http://server:port/context-path/v3/api-docs
7579
* `server`: The server name or IP

0 commit comments

Comments
 (0)