feat(filter): 添加事件列表接口到认证白名单

- 在 AuthGlobalFilter 中添加 /event/list/transient/page 接口到白名单
- 在 AuthGlobalFilter 中添加 /event/list/transient/page/debug 接口到白名单
- 新增 DATA_FLICKER.sql 数据库脚本文件,包含电能质量相关数据表结构
This commit is contained in:
2026-05-14 09:12:16 +08:00
parent b56116264c
commit a8a57e882f
11 changed files with 2708 additions and 17 deletions

View File

@@ -13,7 +13,7 @@
- 独立任务持久化表
- 前端页面代码
目录中保留历史 SQL 脚本 `DATA_FLICKER.sql`,并同步复制到 `src/main/resources/sql/add-data` 供运行时解析表字段元数据。
SQL 元数据脚本位于 `src/main/resources/sql/add-data/DATA_FLICKER.sql`供运行时解析表字段元数据。
## 当前结构
@@ -21,7 +21,6 @@
add-data/
├── pom.xml
├── README.md
├── DATA_FLICKER.sql
└── src/main/java/com/njcn/gather/tool/adddata/
├── component/
├── config/

File diff suppressed because it is too large Load Diff