# Exper2 **Repository Path**: zhou-le0542/exper2 ## Basic Information - **Project Name**: Exper2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-12 - **Last Updated**: 2026-05-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring Boot + Vue Login Demo ## Project structure - `JavaWebLesson-master`: Spring Boot backend - `vuehello-master`: Vue 2 frontend ## Prerequisites - MySQL is running - Import `JavaWebLesson-master\doc\sql\javaweb.sql` - JDK is installed - Node.js is installed, or `D:\node.exe` and `D:\npm.cmd` exist ## Start with one click Double-click `start-project.cmd` in the workspace root. It will: - start the backend on `http://localhost:8099` - start the frontend on `http://localhost:7000` ## Manual start ### Backend ```bat cd /d "JavaWebLesson-master" mvnw.cmd spring-boot:run ``` ### Frontend ```bat cd /d "vuehello-master" npm install npm run serve ``` If `npm` is not in PATH but Node is installed in `D:\`, the script already handles that case. ## Default test account - username: `admin` - password: `123456` ## Main features - register - login - frontend captcha - remember login state - change password - logout