chore: add demo profile and local api proxy

This commit is contained in:
王鹏
2026-07-07 17:08:46 +08:00
parent c2e46efdd9
commit d3840d621c
11 changed files with 362 additions and 3 deletions

View File

@@ -25,6 +25,15 @@ mvn test
- Rider H5: `http://localhost:5174`
- Resident miniapp: open `miniapp/project.config.json` in WeChat DevTools
No-database demo backend:
```powershell
cd backend
mvn spring-boot:run "-Dspring-boot.run.profiles=demo"
```
Demo profile URL: `http://localhost:18080`
Demo accounts:
- Admin: `admin / admin123`