Files
FlashSaleSystem/flash-sale-frontend/.env.production
YoVinchen 989c2741a2 后端功能增强:全局异常处理、API控制器、JSP视图和单元测试
- 添加 GlobalExceptionHandler 全局异常处理
- 添加 ApiController REST API 控制器
- 更新 WebConfig 跨域配置和 ProductRepository 查询方法
- 新增 monitor/product-detail/profile JSP 视图页面
- 添加 FlashSaleServiceTest 秒杀服务单元测试
- 更新 application.yml 配置
2026-03-05 20:30:48 +08:00

7 lines
219 B
Plaintext

# 生产环境配置
VITE_APP_TITLE=秒杀系统
VITE_API_BASE_URL=https://api.flashsale.com
VITE_WS_URL=wss://api.flashsale.com/ws
VITE_UPLOAD_URL=https://api.flashsale.com/upload
VITE_TIMEOUT=10000
VITE_USE_MOCK=false