I want to make Capo Mastro a clickable link in Java for swagger in @ApiOperation annotation, but I can't get any result.如何添加<a href> link to make an element clickable in java for Swagger
@ApiOperation(
value = "This method updates an existing capo mastro."+" <a href>Capo mastro<a>"+ can be managed only by system",
response = SaveCapoMastroResponse.class
)
I would really appreciate if anyone could help! Thank you!
這不起作用 – Lilly
_如何正確地這不工作?你有任何錯誤? Swagger UI不會呈現鏈接?你使用哪個版本的swagger-annotations?越詳細越好。 – Helen
它顯示爲明文形式的鏈接。 Swagger 1.5.16 – Lilly