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.
我想使用部署在防火墙后面的 spring boot rest 服务。需要针对上述情况的解决方案。谢谢你。
要访问防火墙后面的 Rest API,您需要在该防火墙中打开默认的 HTTP 端口(HTTP 为 80,HTTP 为 443)。
这与您用于实现 Rest API 的技术无关。
如果这对您来说还不够答案,请提供有关您的问题的更多详细信息...