• 此项目
    • 正在载入...
  • 登录

open-soure / proxy · 文件

转到一个项目

GitLab

  • 转到群组
  • 项目
  • 活动
  • 文件
  • 提交
  • 管道 0
  • 构建 0
  • 图表
  • 里程碑
  • 问题 0
  • 合并请求 0
  • 成员
  • 标记
  • 维基
  • 派生
  • 网络
  • 创建新的问题
  • proxy
  • vertx_proxy-master
  • README.adoc
  • 初始提交
    03831bfd
    钟来 在
    2022-03-17 13:51:17 +0800
    提交 浏览文件
README.adoc 559 字节
原文件 审查 历史 永久链接

http,https,socket5 代理

  • 使用vertx搭建 http://start.vertx.io

  • http和https共用一个端口, socket5单独一个端口

构建

测试

./mvnw clean test

打包

./mvnw clean package

运行

./mvnw clean compile exec:java

帮助

  • Vert.x Documentation

  • Vert.x Stack Overflow

  • Vert.x User Group

  • Vert.x Gitter