标签: java swagger swagger-ui
每当我尝试从外部服务器上运行的REST API调用任何Swagger时,它都会尝试从localhost调用API。结果,每个请求URL往往看起来像
REST API
Swagger
localhost
"https://{my_local_host_ip}/api/dictionary/get" instead of "https://dev-server/api/dictionary/get"
无法找出导致此问题的原因,所以我感谢您的任何建议。