【2024计算机毕业设计】基于jsp+mysql+Spring的Spring图书销售管理系统

运行环境: 最好是java jdk 1.8,我在这个平台上运行的。其他版本理论上也可以。
IDE环境: Eclipse,Myeclipse,IDEA或者Spring Tool Suite都可以,如果编译器的版本太低,需要升级下编译器,不要弄太低的版本
tomcat服务器环境: Tomcat 7.x,8.x,9.x版本均可
操作系统环境: Windows XP/7/8//8.1/10/11或者Linux或者MacOS,2G内存以上,推荐4G,4G以上更好
主要功能说明: 管理员角色包含以下功能:管理员登录,销售统计,商品分类统计,发布公告,公告管理,订单管理,图书管理,添加图书,评论管理,用户管理等功能。
用户角色包含以下功能:用户注册和登录,搜索图书,收藏图书加入购物车,查看购物车,提交订单,查看我的订单,查看收藏,已购图书,个人信息修改等功能。
用了技术框架: HTML+CSS+JavaScript+jsp+mysql+Spring
所用的数据库: Mysql数据库,任意版本均可,也可使用各种数据库工具,例如Navicat等。
——————————————————————————————————————————

运行的截图如下(点击可以放大):

Spring图书销售管理系统-用户角色-用户注册和登录↓↓
#### Spring图书销售管理系统-用户角色-搜索图书↓↓
#### Spring图书销售管理系统-用户角色-收藏图书加入购物车↓↓
#### Spring图书销售管理系统-用户角色-查看购物车↓↓
#### Spring图书销售管理系统-用户角色-提交订单↓↓
#### Spring图书销售管理系统-用户角色-查看我的订单↓↓
#### Spring图书销售管理系统-用户角色-查看收藏↓↓
#### Spring图书销售管理系统-用户角色-已购图书↓↓
#### Spring图书销售管理系统-用户角色-个人信息修改↓↓
#### Spring图书销售管理系统-管理员角色-管理员登录↓↓
#### Spring图书销售管理系统-管理员角色-销售统计↓↓
#### Spring图书销售管理系统-管理员角色-商品分类统计↓↓
#### Spring图书销售管理系统-管理员角色-发布公告↓↓
#### Spring图书销售管理系统-管理员角色-公告管理↓↓
#### Spring图书销售管理系统-管理员角色-订单管理↓↓
#### Spring图书销售管理系统-管理员角色-图书管理↓↓
#### Spring图书销售管理系统-管理员角色-添加图书↓↓
#### Spring图书销售管理系统-管理员角色-评论管理↓↓
#### Spring图书销售管理系统-管理员角色-用户管理↓↓


数据库设计文档

数据库设计文档

数据库名:spring_bookshop
文档版本:粗写版
序号表名说明
1address
2book
3booktype
4collect_book
5comment
6notice
7orderitem
8order_table
9position
10user
返回目录 表名:address
说明:
数据列:
序号名称数据类型长度小数位允许空值主键默认值说明
1aidint100NY
2addrDetailvarchar600YNNULL
3cityvarchar80YNNULL
4consigneevarchar300YNNULL
5flagvarchar20YNNULL
6mobilevarchar150YNNULL
7provincevarchar80YNNULL
8regionvarchar80YNNULL
9telephonevarchar150YNNULL
10zipCodevarchar200YNNULL
11uidint100YNNULL
返回目录 表名:book
说明:
数据列:
序号名称数据类型长度小数位允许空值主键默认值说明
1bidint100NY
2authorvarchar200YNNULL
3bnamevarchar200NN
4bookInfolongtext21474836470YNNULL
5collect_countint100YNNULL
6commentCountint100YNNULL
7imagevarchar300YNNULL
8inventoryCountint100YNNULL
9onlineint100YNNULL
10pricefloat130NN
11publishCompanyvarchar300YNNULL
12publishDatevarchar100YNNULL
13recommendint100YNNULL
14saleCountint100YNNULL
15typeidint100NN
返回目录 表名:booktype
说明:
数据列:
序号名称数据类型长度小数位允许空值主键默认值说明
1typeidint100NY
2btypevarchar200YNNULL
3stypevarchar200YNNULL
返回目录 表名:collect_book
说明:
数据列:
序号名称数据类型长度小数位允许空值主键默认值说明
1bidint100NY
2uidint100NY
返回目录 表名:comment
说明:
数据列:
序号名称数据类型长度小数位允许空值主键默认值说明
1cidint100NY
2bdatevarchar200YNNULL
3contentvarchar2500NN
4pdatevarchar200YNNULL
5bidint100NN
6uidint100NN
返回目录 表名:notice
说明:
数据列:
序号名称数据类型长度小数位允许空值主键默认值说明
1nidint100NY
2n_contentvarchar2500NN
3n_timevarchar200NN
返回目录 表名:orderitem
说明:
数据列:
序号名称数据类型长度小数位允许空值主键默认值说明
1item_idint100NY
2amountint100YNNULL
3product_namevarchar200YNNULL
4product_pricefloat130YNNULL
5product_idint100YNNULL
6order_idint100YNNULL
返回目录 表名:order_table
说明:
数据列:
序号名称数据类型长度小数位允许空值主键默认值说明
1order_idint100NY
2create_datevarchar500YNNULL
3deliver_feefloat130YNNULL
4deliver_wayint100YNNULL
5notevarchar500YNNULL
6order_statusint100YNNULL
7payablefeefloat130YNNULL
8payment_wayint100YNNULL
9product_pricefloat130YNNULL
10total_pricefloat130YNNULL
11address_idint100NN
12buy_idint100NN
返回目录 表名:position
说明:
数据列:
序号名称数据类型长度小数位允许空值主键默认值说明
1p_idint100NY
2p_namevarchar2550YNNULL岗位名称
3dept_idint100YNNULL专业id
返回目录 表名:user
说明:
数据列:
序号名称数据类型长度小数位允许空值主键默认值说明
1uidint100NY
2accountvarchar200NN
3message_countint100YNNULL
4nicknamevarchar300NN
5passwordvarchar500NN
6photovarchar300YNNULL
7points_countint100YNNULL
8statusint100YNNULL
9typevarchar80YNNULL

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值