标签: spring-boot swagger swagger-ui swagger-2.0 springfox
我尝试使用@Api和@ApiModel重命名我的api引用,但似乎没有任何效果。它总是需要类名。我使用swagger2 + springfox 2.4 + springboot。
答案 0 :(得分:1)
实际上我可以使用@Api
@Api(tags='NiceName') public class myapi {...}