springdoc-openapi-demos icon indicating copy to clipboard operation
springdoc-openapi-demos copied to clipboard

Demo for OpenAPI 3 with spring-boot

Results 20 springdoc-openapi-demos issues
Sort by recently updated
recently updated
newest added

[gateway-service](https://github.com/springdoc/springdoc-openapi-demos/tree/master/springdoc-openapi-microservices/gateway-service) ``` @Bean @Lazy(false) public List apis(SwaggerUiConfigParameters swaggerUiConfigParameters, RouteDefinitionLocator locator) { List groups = new ArrayList(); List definitions = locator.getRouteDefinitions().collectList().block(); for (RouteDefinition definition : definitions) { System.out.println("id: " + definition.getId()+...

I am trying to integrate openapi3 with reactive webflux functional endpoints. but i am always getting the error message "invalid version" from andother route configuration```.andOther(route(RequestPredicates.all(), errorHandler::invalidVersion))```. If i remove that...

hello,I have a question This is what I built SwaggerUrl object,I mean i will got this url ![image](https://user-images.githubusercontent.com/88491446/173185219-64e97788-75f4-4a95-8949-0d164b265dc5.png) but like this, I ended up with this, After carefully comparing the...

When I try to execute the mentioned method through the Swagger UI at http://158.101.191.70:8081/swagger-ui/4.10.3/index.html#/user/updateUser with `application/x-www-form-urlencoded`, then I get a HTTP status 415 (Unsupported Media Type) response. Do you know...

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.10.1 to 2.12.6.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.10.1&new-version=2.12.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps `jackson.version` from 2.10.1 to 2.12.1. Updates `jackson-annotations` from 2.10.1 to 2.12.1 Commits See full diff in compare view Updates `jackson-core` from 2.10.1 to 2.12.1 Commits 67a2970 [maven-release-plugin] prepare release...

dependencies