yukaidi
|
746c7ad5b3
|
fix: 替换 e.printStackTrace() 和 System.out.println 为 logger 调用
- HttpProxyVerticle: err.printStackTrace() / e.printStackTrace() -> LOGGER.error()
- RouterHandlerFactory: 5处 printStackTrace() -> LOGGER.error()
- CommonUtil: e.printStackTrace() -> LOGGER.error()
- ReflectionUtil: 新增 LOGGER,3处 printStackTrace() -> LOGGER.error()
- CreateDatabase: e.printStackTrace() -> LOGGER.error()
- URLUtil: 新增 LOGGER,e.printStackTrace() -> LOGGER.error()
- LzTool: e.printStackTrace() -> log.error()
- MkwTool: 3处 System.out.println + 1处 printStackTrace -> log.debug()/log.error()
- PdbTool: e.printStackTrace() -> log.error()
- ParserApi: t.printStackTrace() -> log.error()
- CacheManager: 2处 Throwable::printStackTrace -> LOGGER.error()
- QQTool: 3处 System.out.println -> log.debug()
- FjTool: System.out.println -> log.debug()
|
2026-05-29 02:50:06 +08:00 |
|
yukaidi
|
6c60b0116f
|
fix(resource): JDBCPoolInit 实现 AutoCloseable 添加 close() 方法
原代码单例模式无关闭方法,应用退出时数据库连接池无法释放。
改为:
- 实现 AutoCloseable 接口
- 添加 close() 方法关闭连接池
- 关闭后将 pool 置 null 防止重复关闭
|
2026-05-29 00:32:26 +08:00 |
|
QAIU
|
fe71db0967
|
remove yarn.lock
|
2025-05-08 18:18:15 +08:00 |
|
QAIU
|
6e19e29857
|
城通分享格式适配, 优化日志打印
|
2025-03-28 17:59:28 +08:00 |
|
QAIU
|
5b666e1fec
|
MySQL支持, 其他优化
|
2025-02-06 16:52:06 +08:00 |
|
qaiu
|
5cd1db7e4b
|
1. 启用内嵌静态页面, 2. 蓝奏域名规则优化, 3. 反向代理优化, 4. 修复一堆细节问题
|
2024-10-08 02:06:37 +08:00 |
|
QAIU
|
b0b8b61688
|
支持mysql
|
2024-06-06 18:10:15 +08:00 |
|
QAIU
|
7663320a55
|
1. h2数据库文件优化, 取消h2server启动
2. 项目结构优化, pom版本统一管理
3. core的beanutils依赖升级为commons-beanutils2版本, 修复之前版本的安全风险.
4. 此版本打包部署需要替换之前所有依赖
|
2024-06-06 18:06:33 +08:00 |
|
QAIU
|
66de667fc3
|
版本更新至0.1.7,启用h2db,添加统计功能,框架优化
|
2023-08-25 16:55:38 +08:00 |
|
QAIU
|
26aabf19db
|
core框架优化
|
2023-08-10 14:54:45 +08:00 |
|
QAIU
|
455225e566
|
UCpan和移动云空间API测试
|
2023-05-23 17:34:11 +08:00 |
|
QAIU
|
9c236d0663
|
do db
|
2023-05-12 17:30:10 +08:00 |
|
QAIU
|
905004b0ac
|
do db
|
2023-05-06 17:38:56 +08:00 |
|