摘 要

随着信息技术的发展,基于web模式的购物系统逐渐普及,网上购物是一种新型的商务模式,其工作流程和经营模式受到了欢迎。电子商务可以适应现代化快节奏的生活方式,满足各类人群足不出户的在线购物,利用商城使得买卖双方完成线上交易,提高了购买效率。因此,开发一个适合商品在线选购的商城系统可以帮助商品企业提高销售效率,具有非常重要的意义。

蛋糕甜品商城系统使用Java技术,MySQL数据库进行开发,系统后台使用springboot框架进行开发,具有低耦合、高内聚的特点,前台使用JavaScript技术进行页面布局。最后对蛋糕甜品商城系统进行测试,查看系统的功能、负载能力和系统的兼容性,结果表明本系统符合实际要求,完成了即定要求。本文从需求分析、系统设计、系统实现和系统测试方面进行阐述。系统的开发,帮助企业有效的对商品进行管理,提高了商品销售的效率。


关键词:蛋糕店,电子商务,springboot,JavaScript


 

Abstract

With the development of information technology, shopping system based on web mode is gradually popularized. Online shopping is a new business mode, and its workflow and business mode are welcomed. E-Commerce can adapt to the modern and fast-paced lifestyle, meet the online shopping of all kinds of people at home, and use the mall to enable buyers and sellers to complete online transactions, improving the purchase efficiency. Therefore, it is of great significance to develop a shopping mall system suitable for online shopping to help commodity enterprises improve sales efficiency.

The cake shop sales system uses Java technology, MySQL database for development, and the system background uses the springboot framework for development, which has the characteristics of low coupling and high cohesion. The foreground uses JavaScript technology for page layout. Finally, the cake shop sales system was tested to check the function, load capacity and compatibility of the system. The results showed that the system met the actual requirements and completed the predetermined requirements. This paper describes the requirements analysis, system design, system implementation and system testing. The development of the system helps enterprises effectively manage commodities and improve the efficiency of commodity sales.


Keywords: cake shop, e-commerce, spring boot, JavaScript

 

Vue是一个前端开发技术,Vue容易上手,学习简单,功能齐全,可以和Java后台框架开发出前后台分离的应用程序。开发Vue框架需要安装对应的软件,通过命令生成打包后的JS文件,项目通过编译文件进行运行,每次进行页面调整和修改时,都需要编译后设置一个新的JS页面,才能完成页面的更新。学习Vue前提是具有前端开发的基础,不需要掌握后台框架就可以入门,然后开发出对应的用户界面。Vue是一种渐进式框架,可以覆盖前端开发的基本需求。Vue可以实现页面开发,手机应用开发用程序开发。Vue是通过官方的脚手架工具进行创建,然后完成开发时通过命令进行安装。Vue支持响应式布局,根据浏览器面对的大小自动显示布局。


蛋糕甜品商城系统主要有如下几类用户:第一类是游客(未注册用户),第二类是正式用户(已注册用户),第三类是后台管理员。

蛋糕甜品商城系统为管理员和会员使用,当前台用户没有登录时,属于游客,所以从用户角度划分,本系统包括了三类用户,即管理员、会员、游客。

管理员对蛋糕甜品商城系统进行整体的数据管理,并维护日常的会员和订单信息,所以需要专门对管理员的功能进行设计,用来区分前台用户的操作。管理员从后台登录页面进行登录,管理所有的系统用户信息,包括删除用户、修改用户。对商品商品进行管理,包括商品的类别信息,商品的描述信息,商品的图片等等,提交信息到数据库,并对信息进行修改或者删除。在订单管理中查看订单的状态,对已付款的订单进行发货操作,统计已经完成的订单。此外管理员还具有系统公告、留言管理、数据库信息管理的权限。


蛋糕甜品商城系统-计算机毕业设计源码+LW文档_spring

蛋糕甜品商城系统-计算机毕业设计源码+LW文档_ci_02