springdoc-openapi-gradle-plugin
springdoc-openapi-gradle-plugin copied to clipboard
Library for OpenAPI 3 with spring-boot
When running `generateOpenApiDocs`, I see the application starting, but it doesn't get far enough to start the web listener before the task fails. ``` Caused by: java.net.SocketException: Connection reset at...
Hi, I am currently running into the following error when I turn on the configuration cache (`org.gradle.configuration-cache=true`) and I don't know why: ``` > Task :octalog-service:forkedSpringBootRun FAILED 8 problems were...
I want to create the API spec without removing any fields, regardless if their value is null or not. But currently this plugin removes null values from API DTO examples....