You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
alsszer 4812cc8407 feat(device): 新增批量PDF导出功能并更新服务配置
- 新增BatchExportRequest和BatchPdfWrapper数据传输对象
- 实现DeviceInstallInfoController中的getPdfBatch接口支持批量PDF下载
- 添加ExportTask类用于管理导出任务状态
- 配置PDFGenerator工具类的批量处理功能
- 注入ExecutorService线程池支持异步任务执行
- 更新application-dev.yml中的数据库、ES和Redis连接地址
- 调整Hibernate SQL日志输出配置
- 优化PDF生成过程中的压缩和文件名处理
- 在告警消息中增加设备位置信息
4 weeks ago
..
src/main feat(device): 新增批量PDF导出功能并更新服务配置 4 weeks ago
pom.xml 联动控制箱解析\报警器修复\设备安装记录\设备浓度列表\部门\角色等权限修复\pdf下载 8 months ago
readme.md Initial commit 11 months ago

readme.md

程序入口模块引用集成了其它所有模块的功能并提供web api接口和实现。

2023-05-05 添加swagger支持

访问地址http://localhost:8086/swagger-ui/index.html
访问地址http://localhost:8086/doc.html