Files
netdisk-fast-download/core
yukaidi 07a330cfd4 fix: LocalConstant 改用 ConcurrentHashMap 保证线程安全,LzTool 方法名拼写修正
- LocalConstant: HashMap → ConcurrentHashMap,put() 改用 putIfAbsent 消除 check-then-act 竞态
- LzTool: 私有方法 setDateAndComplate → setDateAndComplete(拼写修正,仅内部调用)
2026-05-29 03:14:10 +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%)