摘要: 需求 访问某个url后缀时,例如:/abc/*,自动路由到指定http服务地址http://myhost/* 代码 httpServer.createContext("/abc", BeanFactory.proxyHandler("yourhost:8080")); 反向代理处理器 public 阅读全文
posted @ 2024-06-14 14:43 漠孤烟 阅读(416) 评论(0) 推荐(0)
摘要: 需求 访问某个url后缀时,例如:/abc/*,自动路由到指定http服务地址http://myhost/* 代码 httpServer.createContext("/abc", BeanFactory.proxyHandler("yourhost:8080")); 反向代理处理器 public 阅读全文
posted @ 2024-06-14 14:40 漠孤烟 阅读(18) 评论(0) 推荐(0)