# Bookstore **Repository Path**: learn_two/Bookstore ## Basic Information - **Project Name**: Bookstore - **Description**: 尚硅谷 JavaWeb 书城项目,额外实现了订单模块。 - **Primary Language**: Java - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2021-04-02 - **Last Updated**: 2022-06-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Bookstore #### 介绍 完善了[尚硅谷书城项目](https://www.bilibili.com/video/BV1Y7411K7zz),简单实现了订单模块,包括: * 创建订单 * 查看订单详情 * 确认收货 * 分页查看订单 * 订单发货 > 个人笔记请见[书城项目笔记](https://www.wolai.com/oneice/h1fuDUbZvA2zyqeuk715qP?theme=light)。 *觉得有用的话右上角点一下 `Star` 哦!* #### 效果展示 订单管理: ![image-20210223153156424](https://gitee.com/iIceCube/Images/raw/master/img/20210223153158.png) 查看订单详情: ![image-20210223153220686](https://gitee.com/iIceCube/Images/raw/master/img/20210223153221.png) #### 注意事项 * 初始用户名和密码都是 "admin" * 工程根路径必须为 “/book” * JDBC配置文件在 src/main/resources/jdbc.properties 中, 你需要修改`url`, `username`, `password` 下面是我的 run 配置, 可以参考一下↓ ![image-20210223151427340](https://gitee.com/iIceCube/Images/raw/master/img/20210223151435.png) ![image-20210223151511343](https://gitee.com/iIceCube/Images/raw/master/img/20210223151512.png)