@Api 注释描述未显示
@Api annotation description is not getting displayed
我的代码中有以下内容
@Path("/description")
@Produces(MediaType.APPLICATION_JSON)
@Api(value="description", description="Service description")
public class Service{
....
}
大摇大摆UI我看得见
description: true
而不是
description: Service description
请帮忙。我错过了什么?
这是一个已知问题。请关注https://github.com/swagger-api/swagger-ui/issues/578.
我的代码中有以下内容
@Path("/description")
@Produces(MediaType.APPLICATION_JSON)
@Api(value="description", description="Service description")
public class Service{
....
}
大摇大摆UI我看得见
description: true
而不是
description: Service description
请帮忙。我错过了什么?
这是一个已知问题。请关注https://github.com/swagger-api/swagger-ui/issues/578.