Simple example use open api with swagger on groovy (java) :)
Demo page on octanium91.github.io ("Try it out" not works!)
- start GroovySwaggerDemoApplication.groovy (Java 11)
- Go to http://localhost:9666/swagger/ui/
- ExampleController.groovy - controller with described documentation
- ClearController.groovy - clean controller WITHOUT described documentation
- use dependence springdoc-openapi-ui version 1.5.xx or higher
- add annotation @JsonIgnoreProperties(["metaClass"]) for yours objects\models\dto (which are used in controllers)