Commit Graph

2 Commits

Author SHA1 Message Date
chaos
1810632e60 feat(项目结构): 重构项目模块并添加新功能
-重命名 c_portal 模块为 chaos_api_common
- 新增 chaos_api_domain、chaos_api_interface、chaos_api_service、chaos_api_data、chaos_api_web 和 chaos_api_websocket 模块
- 更新项目依赖,包括 Spring Boot、MyBatis-Plus 和 MySQL连接器
- 移除旧的 PortalApplication 类,创建新的 ChaosApiWebApplication 类作为项目入口
2025-07-15 11:17:53 +08:00
chaos
7909cbe135 feat: 初始化项目结构和配置- 创建 Maven 项目配置文件 pom.xml
- 添加 Spring Boot 相关依赖
- 创建项目启动类 PortalApplication
- 配置 .gitignore 文件,忽略IDE和系统产生的临时文件
2025-07-14 16:02:50 +08:00