Skip to content

Octanium91/groovy-swagger-demo

Repository files navigation

groovy-swagger-demo


Simple example use open api with swagger on groovy (java) :)

Demo page on octanium91.github.io ("Try it out" not works!)

Demo launch

Controllers

[GUIDE] Fixing swagger ui freez\lag\hang\loop on open request

  • 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)