- 添加 GlobalExceptionHandler 全局异常处理 - 添加 ApiController REST API 控制器 - 更新 WebConfig 跨域配置和 ProductRepository 查询方法 - 新增 monitor/product-detail/profile JSP 视图页面 - 添加 FlashSaleServiceTest 秒杀服务单元测试 - 更新 application.yml 配置
7 lines
219 B
Plaintext
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 |