Render html in springfox-swagger-ui -
i updated application running springfox-swagger2 , springfox-swagger-ui 2.5.0 use version 2.6.0. application's api documentation uses <li>
, <b>
, <br>
tags, rendered correctly 2.5.0, version 2.6.0 <li>
, <br>
tags ignored swagger-ui.
what have make springfox render html tags again?
the tags used @ following positions:
apiinfobuilder().description("here") @apioperation(notes="here") @apiresponse(message="here")
Comments
Post a Comment