若依本身swagger可读性很差,而且没有搜索功能,如果想使用增强版需要自己修改,很简单,增加个依赖就好了。
<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>swagger-bootstrap-ui</artifactId>
<version>1.9.6</version>
</dependency>
重启gateway服务即可,访问http://localhost:8080/doc.html
评论区