Describe the bug
When declaring a handler mapping with @GetMapping or other shortcuts, the produces/consumes attributes are not taken into account by Livedoc, and they default to application/json.
Expected behavior
Livedoc should read the specified mime type.
Describe the bug When declaring a handler mapping with
@GetMapping
or other shortcuts, theproduces
/consumes
attributes are not taken into account by Livedoc, and they default toapplication/json
.Expected behavior Livedoc should read the specified mime type.
Environment/Context