SpringForAll / spring-boot-starter-swagger

自制spring boot starter for swagger 2.x,来试试吧,很好用哦~
Apache License 2.0
2.13k stars 523 forks source link

能支持有@ApiOperation注解的方法才转为restful api吗 #80

Closed wyunfei closed 6 years ago

wyunfei commented 6 years ago

只把有@ApiOperation注解的方法转为restful api,要怎么配置?

dyc87112 commented 6 years ago

目前swagger的逻辑是通过@ApiIgnore注解来排除不要生成的