kotlin-openapi-spring-functional-template icon indicating copy to clipboard operation
kotlin-openapi-spring-functional-template copied to clipboard

🍃 Kotlin Spring 5 Webflux functional application with api request validation and interactive api doc

Results 1 kotlin-openapi-spring-functional-template issues
Sort by recently updated
recently updated
newest added

Steps to replicate (on Ubuntu with JDK 8): 1. Replace api.yaml with https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/examples/v3.0/petstore.yaml 2. Run ./gradlew build The build fails because one of the tests do not pass. When I...

bug