Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Zuul api 网关将安全端口 (8443,443) 重定向到 8080。示例:请求: http://localhost:8443/auth 重定向: http://localhost:8080/auth
我该如何解决这个问题?谢谢你的帮助!