5.1 系统运行平台设计 17
5.2 系统主界面设计 17
5.3 界面层与前台交互设计 18
5.4 SpringBoot下的Druid数据库连接池 18
5.5 JPA配置 18
5.6 Spring Security配置 18
5.7 DAO组件 20
5.8 功能模块实现 20
5.8.1 管理员管理模块设计与实现 20
5.8.2 货物管理模块 21
5.8.3 供应商管理功能模块 24
5.8.4 会员管理模块 26
5.8.5 仓库管理模块 27
5.8.6 类别管理模块 29
5.8.7 进货单管理模块 30
5.8.8 销售查看模块 31
5.8.9 收银操作模块 32
6测试 34
6.1 概念 34
6.2 测试的任务和目的 34
6.3 软件测试的步骤 34
6.4 功能测试 34
6.5 数据应用测试 35
6.6 测试的安全性 36
6.7 兼容性测试 37
7总结 38
参考文献 39
致谢 40
基于Java的超市货物管理系统的设计与实现
摘要:在超市日常管理中,商品的进、销、存等决策以经验为主,缺乏实时分析功能,管理人员对及时传递资料的要求始终得不到满足。随着超市形态的高速发展,其经营管理也变得愈加复杂,日常所需要处理的数据量也逐渐增大,商业运转的中间环节也越来越多,原始的人工管理已无法应对这复杂的市场。本论文采纳Mysql构建数据库,利用SSH框架、Java语言进行开发,系统基于业务逻辑、数据、用户界面分离的多层次体系架构,以超市收银业务为基础,结合Spring技术,对小型超市的开发做出了一个较为全面的专研,开发出了一套超市收银系统,以便于完成信息的分析和共享。
关键词:超市管理;收银管理;货物管理;Java
Abstract:In the daily management of the supermarket,the decision-making of goods such as entering,selling and storing is mainly based on experience,lacking the function of real-time analysis,and the management personnel's request for timely transmission of information is always not satisfied. With the rapid development of supermarket form,its management has become more complex,the amount of data needed to be processed in daily life has gradually increased,and there are more intermediate links in business operation,so the original manual management can no longer deal with this complex market. This thesis adopts MySQL to construct database,develops with SSH framework and Java language. The system is based on multi-level architecture of business logic,data and user interface separation. Based on the silver business,combined with Spring technology,a more comprehensive research on the development of small supermarkets has been made,and a set of supermarket cash register system has been developed to facilitate the analysis and sharing of information.
Keywords: Supermarket management;Cash register management;Goods management;Java