feat(video): 新建 viewsh-module-video 服务模块骨架

新增视频管理模块,用于后续迁移 WVP-Platform(GB28181 视频监控平台)。
- viewsh-module-video-api: 契约层(Feign RPC 接口、枚举、错误码)
- viewsh-module-video-server: 业务层(端口 48093)
- 网关路由: video-admin-api / video-app-api
- SecurityConfiguration: 放行 Swagger/Actuator/Druid/RPC

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
lzh
2026-04-05 16:48:40 +08:00
parent b379fc6741
commit 2c2d6c3d26
14 changed files with 1486 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
<!-- <module>viewsh-module-ai</module>-->
<module>viewsh-module-iot</module>
<module>viewsh-module-ops</module>
<module>viewsh-module-video</module>
</modules>
<name>${project.artifactId}</name>