# aigouSpringboot **Repository Path**: ethanzhao2001/aigou-springboot ## Basic Information - **Project Name**: aigouSpringboot - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-12 - **Last Updated**: 2024-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 旧代码地址:https://gitee.com/ethanzhao2001/aigou 运行环境:JDK 17 # 命名规范 1. 小驼峰命名 2. 多写注释 3. **不要**随意改动接口定义 4. **主要修改controller**,修改之前dao.impl,service.impl不规范的地方 5. 后端接口修改好后,记得同步**修改前端请求** 6. 部分页面需要添加**搜索功能** 6. 统一使用**post** 7. Controller 方法名/接口名 - 添加 /add - 修改 /modify - 删除 /delete - 查询ID /queryId - 查询全部 /queryAll - 登录 /login - 分页 /page - 分页 /page - 搜索 /search - 搜索关键词 words - 搜索字段名 field 8. 修改方法 1. entity不变 2. dao 1. @Repository 3. service 1. @Service 2. @Resource 4. controller 1. @CrossOrigin 2. @RestController 3. @RequestMapping 4. @Resource # 施工进度 ## 商品 - [ ] 商品管理 - [ ] 商品类型管理 - [ ] 商品品牌管理 - [ ] 商品销量管理 ## 购物车 李科 - [ ] 购物车管理 - [ ] 购物车商品管理 - [ ] 收货地址 ## 订单 王熙 - [ ] 订单管理 - [ ] 订单商品管理 ## 系统 杜杰龙 - [ ] 用户管理 - [ ] 轮播图管理 - [ ] 搜索历史管理