swagger-butler icon indicating copy to clipboard operation
swagger-butler copied to clipboard

API文档管家 - 基于Swagger与Zuul实现的API文档聚合工具

Results 8 swagger-butler issues
Sort by recently updated
recently updated
newest added

1 当 通过 SwaggerButler 聚合网关之后 2 在网关的swagger-ui 3 通过 zuul 调用带有 context-path 的服务的接口 4 发现 404 如果你打印了 请求路由,你会发现缺少了 context-path 附上本人的解决方案 https://blog.csdn.net/qq_35704236/article/details/103636573

能否支持spring cloud gateway+nacos方案的文档聚合?

比如,在测试和开发环境的时候可以让开发看到文档,但是上生产了,这些文档就不允许看到了。能否在网关中有地方快捷配置?

请问这个可以兼容k8s中service的服务发现吗? 我自己测试可以发现k8s中的service, 但是zuul路由失败.... DynamicServerListLoadBalancer for client iov-sjjh-servicenode-channel initialized: DynamicServerListLoadBalancer:{NFLoadBalancer:name=iov-sjjh-servicenode-channel,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:com.netflix.loadbalancer.ConfigurationBasedServerList@2a4dda73 2019-04-26 16:27:42.886 WARN 1 --- [nio-8080-exec-2] o.s.c.n.z.filters.post.SendErrorFilter : Error during filtering

1. 首先微服务是可以直接端口访问的 ![image](https://user-images.githubusercontent.com/10510950/43889814-be0d2924-9bf7-11e8-84c0-698b0eb9e505.png) 2.使用路由访问就不能获取JSON,不知是您的插件问题还是我的配置文件 ![image](https://user-images.githubusercontent.com/10510950/43889861-d6cf91fe-9bf7-11e8-9396-da85907cac08.png) 3. 我的路由配置 ![image](https://user-images.githubusercontent.com/10510950/43889998-299c5f5c-9bf8-11e8-9cf6-6812a64764e8.png) 4. 我的swagger开启 ![image](https://user-images.githubusercontent.com/10510950/43890044-4200aff8-9bf8-11e8-8d2d-5d6f4964494f.png) 5. swagger配置 ![image](https://user-images.githubusercontent.com/10510950/43890081-5e814d90-9bf8-11e8-95a7-70a0561e9181.png) 问题就是第2部里获取不到JSON?

Bumps [io.springfox:springfox-swagger-ui](https://github.com/springfox/springfox) from 2.9.2 to 2.10.0. Commits 2026ff1 Changed the command to include all as gradle properties 87a402f Fixed javadoc error. This is already fixed in openapi branch 02805e1 Updated...

dependencies