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

**Is your feature request related to a problem? Please describe.** I have dificulties to migrate my projects to 2.0.0-M6 (security issues) **Describe the solution you'd like** I'd like to have...

Hello!! * In the v3.1.5, I am getting problems to download org.springdoc:springdoc-openapi:1.8.0 * Checking official mvn repository, that release version doesn't exist -- [Link](https://mvnrepository.com/artifact/org.springdoc/springdoc-openapi) -- `org/springdoc/springdoc-openapi/1.8.0/springdoc-openapi-1.8.0.pom: unexpected markup

![a4ccc8c83f6dc5ea7c2e2c58f1c89576](https://github.com/springdoc/springdoc-openapi-demos/assets/47426264/939b33a4-71a2-49ce-8fb5-01ac6cddda87)

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.10.1 to 2.12.7.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.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies

Swagger ui not coming up in spring application. As per documentation, tried adding spring-boot,**spring**-boot-autoconfigure dependencies. also configure those classes which are not auto configure in spring project. Tried various combinations...

If you run the example demo-spring-boot-3-webmvc navigate to http://localhost:8081/v3/api-docs you notice that: ``` "/pet/findByTags": { ... "responses": { ... "200": { ... "application/json": { "schema": { "type": "array", #

Would you mind adding a sample working for customizing the swagger static resources. The sample given in the spring doc does not seem to work on the css file. It...