kindergarten_java/reading-platform-frontend/src/views/school
En 938503f2b8 chore: 更新启动脚本使用 Java (Spring Boot) 后端
- 修改后端目录从 reading-platform-backend 改为 reading-platform-java
- 修改后端端口从 3000 改为 8080
- 修改启动命令从 npm run start:dev 改为 mvn spring-boot:run
- 添加 JAVA_HOME 自动检测和设置(默认使用 /f/Java/jdk-17)
- 修改日志文件从 reading-platform-backend.log 改为 reading-platform-java.log
- 修改健康检查接口为 /actuator/health
- 增加启动等待超时时间到 60 秒(Java 启动较慢)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-16 10:35:30 +08:00
..
classes feat: 三端全链路测试完成 - 学校端、教师端、课程包业务 2026-03-13 13:48:28 +08:00
courses 提交说明 2026-02-28 16:41:39 +08:00
feedback chore: 忽略 target 目录和 .class 文件 2026-03-14 16:50:54 +08:00
growth Initialize the Kindergarten platform source code. 2026-02-26 15:22:26 +08:00
parents chore: 忽略 target 目录和 .class 文件 2026-03-14 16:50:54 +08:00
schedule chore: 忽略 target 目录和 .class 文件 2026-03-14 16:50:54 +08:00
school-courses feat: 三端全链路测试完成 - 学校端、教师端、课程包业务 2026-03-13 13:48:28 +08:00
settings chore: 忽略 target 目录和 .class 文件 2026-03-14 16:50:54 +08:00
students chore: 忽略 target 目录和 .class 文件 2026-03-14 16:50:54 +08:00
tasks chore: 忽略 target 目录和 .class 文件 2026-03-14 16:50:54 +08:00
teachers chore: 忽略 target 目录和 .class 文件 2026-03-14 16:50:54 +08:00
DashboardView.vue Initialize the Kindergarten platform source code. 2026-02-26 15:22:26 +08:00
LayoutView.vue Merge design branch - 代码重构规范化完成 2026-03-12 17:27:48 +08:00
PackageView.vue chore: 更新启动脚本使用 Java (Spring Boot) 后端 2026-03-16 10:35:30 +08:00
ReportView.vue Initialize the Kindergarten platform source code. 2026-02-26 15:22:26 +08:00