Files
netdisk-fast-download/core
yukaidi d99885d396 fix(core): RouterVerticle Router 从 static final 改为实例字段
Router 声明为 static final 会在类加载时提前创建,
与 Vert.x 实例生命周期不匹配,改为在 start() 中初始化为实例字段。
2026-05-29 02:12:37 +08:00
..
2023-04-20 17:42:39 +08:00

TODO

  • Interceptor重构 -> (0%)
  • 可配置的反向代理服务器 -> (70%)
  • SQL-gen/ORM/JSON-Model -> (1%)
  • 注解式APO -> (0%)
  • 注解式eventbus,sockjs-bridge -> (10%)
  • Code-gen TemplateEngine -> (1%)
  • HTML TemplateEngine -> (0%)