后端功能增强:全局异常处理、API控制器、JSP视图和单元测试
- 添加 GlobalExceptionHandler 全局异常处理 - 添加 ApiController REST API 控制器 - 更新 WebConfig 跨域配置和 ProductRepository 查询方法 - 新增 monitor/product-detail/profile JSP 视图页面 - 添加 FlashSaleServiceTest 秒杀服务单元测试 - 更新 application.yml 配置
This commit is contained in:
7
flash-sale-frontend/.env.development
Normal file
7
flash-sale-frontend/.env.development
Normal file
@@ -0,0 +1,7 @@
|
||||
# 开发环境配置
|
||||
VITE_APP_TITLE=秒杀系统
|
||||
VITE_API_BASE_URL=http://localhost:8080
|
||||
VITE_WS_URL=ws://localhost:8080/ws
|
||||
VITE_UPLOAD_URL=http://localhost:8080/upload
|
||||
VITE_TIMEOUT=10000
|
||||
VITE_USE_MOCK=false
|
||||
Reference in New Issue
Block a user