XuqmGroup-Server/tenant-service
XuqmGroup 596927c1c6 refactor(app): 将许可证文件功能替换为配置文件功能
- 替换 LicenseFileCrypto 为 ConfigFileCrypto 加密类
- 将 /license-file 相关接口重命名为 /config-file
- 修改数据库实体中的 licenseFileContent 字段为 configFileContent
- 更新前端 API 调用从 downloadLicenseFile 改为 downloadConfigFile
- 将安全中心的 License 文件解析功能改为 Config 文件解析
- 更新文件扩展名从 .xuqmlicense 改为 .xuqmconfig
- 修改后端服务方法 ensureLicenseFile 为 ensureConfigFile
- 调整加密解密逻辑以支持新的配置文件格式
2026-06-02 17:35:29 +08:00
..
src/main refactor(app): 将许可证文件功能替换为配置文件功能 2026-06-02 17:35:29 +08:00
pom.xml docs(deploy): 添加部署文档和安全设计规范 2026-05-08 18:32:00 +08:00