christopheAtMak
4 years agoNew Contributor
Swager codegen for spring boot: how is swagger-ui page generated
Hello
I was wondering how the swagger-ui page was generated, mostly how the various annotations where used to build the page.
I am facing a fairly large number of defects (at least I beleive these are defects) and if I could find y way around the HTML generation it certainly would help me either pinpoint a defect somewhere or understnd what I do not do right
One of my issues is that the nullable properties of fields in output aggregates is ignored.
The other is the errors displayed by the page when an aggregate is diffined as an arrau
opt-out-flags:
type: array
items:
$ref: '#/components/schemas/opt-out-media'
Spring doc (or is it spring fox) displays a error
Any pointer is welcome
Regards
Christophe