移除docker部署相关文件,更新readme和开发文档

This commit is contained in:
2026-06-30 18:28:27 +08:00
parent 3c0aa59691
commit a1bd48dac3
11 changed files with 12 additions and 675 deletions
+1 -7
View File
@@ -54,14 +54,8 @@ npm run build # production build
npm run lint # ESLint on src/**/*.{vue,ts}
```
### Docker Compose
```bash
docker compose up -d # MySQL + Redis + admin + api + UI + nginx gateway
```
## Key Configuration
- **Dev profile**: `system-admin/src/main/resources/application-dev.yml` -- local MySQL (weather_data_system), Redis 127.0.0.1:6379
- **Prod profile**: `application-prod.yml` -- expects env variables for DB/Redis (see docker-compose.yml)
- **Prod profile**: `application-prod.yml` -- production configuration with external DB/Redis
- **project-options.redis.open**: toggles Redis caching globally (set via sys_params)