springdoc / springdoc.github.io

Library for OpenAPI 3 with spring-boot
https://springdoc.org
Apache License 2.0
9 stars 40 forks source link

sprindoc show actuator setting in app yaml does not refer to management port value #20

Closed yashwanthkalva closed 3 years ago

yashwanthkalva commented 3 years ago

show-actuator: true The above setting for sprindoc in app yaml does not refer to management port value that is set to -Dmanagement.server.port= show actuator always look in the same port where app is running.

If actuator is using differ mgmt server port then it fails. We have to remove this show actuator setting to make it work.

bnasslahsen commented 3 years ago

please read this section in the documentation:

If you want create issue, make sure you follow the section Using GitHub Issues