kindergarten_java/reading-platform-frontend
Claude Opus 4.6 081fac9d97 feat: Java后端迁移完成 - 资源管理API修复与文档更新
完成从Node.js/NestJS到Java Spring Boot的后端迁移,修复资源管理API错误。

**核心修复:**
- 修复资源库API 500错误 - ResourceLibrary/ResourceItem实体与数据库表结构对齐
- 更新ID类型从Long改为String,匹配数据库varchar(32)
- 修正字段映射(libraryType → type)

**新增Java实体(7个):**
- CoursePackage, CoursePackageCourse, TenantPackage
- CourseLesson, LessonStep, LessonStepResource
- Theme

**新增API控制器(5个):**
- AdminResourceController - 资源库管理
- AdminPackageController - 课程套餐管理
- AdminCourseLessonController - 课程环节管理
- AdminThemeController - 主题字典管理
- SchoolPackageController - 学校套餐管理

**新增服务层(5个):**
- ResourceLibraryService, CoursePackageService, CourseLessonService
- ThemeService, FileStorageService

**文档更新:**
- 新增 Java环境配置与启动指南.md
- 新增 Java后端启动完整指南.md
- 新增 数据库迁移指南.md
- 更新 CHANGELOG.md 和开发日志

**前端修复:**
- 解决package.json合并冲突

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 19:49:48 +08:00
..
playwright-report refactor: 完成代码重构规范化 - 2026-03-12 2026-03-12 17:27:13 +08:00
public Initialize the Kindergarten platform source code. 2026-02-26 15:22:26 +08:00
src Merge design branch - 代码重构规范化完成 2026-03-12 17:27:48 +08:00
test-results refactor: 完成代码重构规范化 - 2026-03-12 2026-03-12 17:27:13 +08:00
tests Merge design branch - 代码重构规范化完成 2026-03-12 17:27:48 +08:00
.DS_Store refactor: 完成代码重构规范化 - 2026-03-12 2026-03-12 17:27:13 +08:00
.env.development 提交说明 2026-02-28 16:41:39 +08:00
dev.db 提交说明 2026-02-28 16:41:39 +08:00
index.html Initialize the Kindergarten platform source code. 2026-02-26 15:22:26 +08:00
orval.config.ts refactor: 代码重构 - API规范化和文件路由配置 2026-03-12 13:05:20 +08:00
package-lock.json refactor: 完成代码重构规范化 - 2026-03-12 2026-03-12 17:27:13 +08:00
package.json feat: Java后端迁移完成 - 资源管理API修复与文档更新 2026-03-12 19:49:48 +08:00
playwright.config.ts refactor: 完成代码重构规范化 - 2026-03-12 2026-03-12 17:27:13 +08:00
start-frontend.sh 提交说明 2026-02-28 16:41:39 +08:00
test-page.mjs refactor: 完成代码重构规范化 - 2026-03-12 2026-03-12 17:27:13 +08:00
tsconfig.json Initialize the Kindergarten platform source code. 2026-02-26 15:22:26 +08:00
tsconfig.node.json Initialize the Kindergarten platform source code. 2026-02-26 15:22:26 +08:00
typed-router.d.ts refactor: 代码重构 - API规范化和文件路由配置 2026-03-12 13:05:20 +08:00
vite.config.ts refactor: 代码重构 - API规范化和文件路由配置 2026-03-12 13:05:20 +08:00