peixue-dev/Archive/[一次性]重新启动后端服务-游客模式修复-2026-02-01.bat

25 lines
802 B
Batchfile
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@echo off
chcp 65001 >nul
echo ========================================
echo 重新启动后端服务 - 游客模式修复
echo ========================================
echo.
echo [提示] 端口8089已释放现在可以启动后端服务了
echo.
echo 请在IDEA中点击运行按钮启动 PeiduApplication
echo.
echo 或者手动执行以下命令:
echo cd peidu/backend
echo mvn spring-boot:run
echo.
echo ========================================
echo 启动后请测试游客模式访问:
echo 1. 首页的"测评师""成长规划师""专项提升"按钮
echo 2. 服务列表页面(应该显示完整数据)
echo 3. 教师列表页面(应该显示完整数据)
echo 4. 课程列表页面(应该显示完整数据)
echo ========================================
echo.
pause