Comments on: Microservices API Documentation with Swagger2 https://piotrminkowski.com/2017/04/14/microservices-api-documentation-with-swagger2/ Java, Spring, Kotlin, microservices, Kubernetes, containers Fri, 19 Feb 2021 12:47:52 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: piotr.minkowski https://piotrminkowski.com/2017/04/14/microservices-api-documentation-with-swagger2/#comment-1023 Fri, 19 Feb 2021 12:47:52 +0000 https://piotrminkowski.wordpress.com/?p=2400#comment-1023 In reply to ivanpaz.

How do call it?

]]>
By: ivanpaz https://piotrminkowski.com/2017/04/14/microservices-api-documentation-with-swagger2/#comment-1006 Mon, 25 Jan 2021 17:47:42 +0000 https://piotrminkowski.wordpress.com/?p=2400#comment-1006 Hi, I am having a problem to consume the services from the swagger ui. The methods is charging well, but when i try to consume always returns error:

“Undocumented
TypeError: Failed to fetch”

I cant understand what is happening ….

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2017/04/14/microservices-api-documentation-with-swagger2/#comment-304 Sun, 12 Jul 2020 18:42:09 +0000 https://piotrminkowski.wordpress.com/?p=2400#comment-304 In reply to anand jaisy.

Hi. Read this article https://piotrminkowski.com/2020/02/20/microservices-api-documentation-with-springdoc-openapi/

]]>
By: anand jaisy https://piotrminkowski.com/2017/04/14/microservices-api-documentation-with-swagger2/#comment-302 Sun, 12 Jul 2020 17:07:41 +0000 https://piotrminkowski.wordpress.com/?p=2400#comment-302 Thank you for the post it is very useful, how can I do the same functionality by using SPRING APIGATEWAY instead of ZULL

]]>
By: Spring Boot在微服务中的最佳实践 | 演道网 https://piotrminkowski.com/2017/04/14/microservices-api-documentation-with-swagger2/#comment-301 Sun, 17 May 2020 10:15:15 +0000 https://piotrminkowski.wordpress.com/?p=2400#comment-301 […] [Microservices API Documentation with Swagger2] […]

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2017/04/14/microservices-api-documentation-with-swagger2/#comment-296 Thu, 07 Feb 2019 23:10:30 +0000 https://piotrminkowski.wordpress.com/?p=2400#comment-296 In reply to ritesh.

In my example Zuul is available under port 8765.

]]>
By: ritesh https://piotrminkowski.com/2017/04/14/microservices-api-documentation-with-swagger2/#comment-295 Thu, 07 Feb 2019 11:06:07 +0000 https://piotrminkowski.wordpress.com/?p=2400#comment-295 followed each step but by request URL is not changing,ZUUL is running on 8888 and microservice on 8080
e.g localhost:8080/get/customer getting changed to localhost:8888/get/customer but in zuul the path mentioned is /api/** so its not hitting url.please suggest

]]>
By: Revanth https://piotrminkowski.com/2017/04/14/microservices-api-documentation-with-swagger2/#comment-293 Tue, 31 Jul 2018 12:16:49 +0000 https://piotrminkowski.wordpress.com/?p=2400#comment-293 In reply to yassirelouarma.

thanks for enhancement you suggested, As i had 14 microservices it is nice it takes from ZuulProperties

]]>
By: Neeraj Jain https://piotrminkowski.com/2017/04/14/microservices-api-documentation-with-swagger2/#comment-292 Thu, 21 Jun 2018 07:20:27 +0000 https://piotrminkowski.wordpress.com/?p=2400#comment-292 Hi, Is there any way, so we can change Swagger UI logo ? Or disable the link which forwards it to swagger’s official website . ?

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2017/04/14/microservices-api-documentation-with-swagger2/#comment-291 Thu, 14 Jun 2018 21:53:24 +0000 https://piotrminkowski.wordpress.com/?p=2400#comment-291 In reply to Adib Rajiwate.

Hi,
Yes it is. You force Swagger to generate docs unders path with prefix /v1/jobs or create dynamic ZuulFilter which cuts unwanted prefix set by zuul from request forwarded to swagger api.

]]>