摘 要
随着自主创业的浪潮,创业者对于商铺的需求不断增多,传统的线下商铺租赁公司的工作效率和规模越来越难以满足创业者和投资商们的需求。而商铺租赁系统能够充分提高商铺租赁的效率以及速率,实现商铺租赁系统的规范化,信息化,使用户能够更加方便快捷的完成租赁体验,对商铺租赁公司节省人力物力、规范管理也大有裨益。
本次设计的《基于spring boot框架的商铺租赁系统的设计与实现》中,理论方面将主要研究系统的架构,商铺租赁的流程。实现方面通过系统软件的研发将商铺租赁业务流程化,规范化,将商铺租赁所要完成的各项工作集成为系统,并加入推荐算法,为商铺租赁提供一种新的更方便快捷和稳定的服务。
本次开发,使用的是MyEclipse编译器,JDK开发环境,在网络服务方面使用的是Tomcat应用服务器,JSP技术主要负责前台页面的呈现,SSM框架实现业务逻辑控制和数据库连接、数据持久化的功能。商铺出租与租赁是人们生活的重要组成部分,以往通过粘贴广告进行租铺信息宣传的方式,不仅耗时耗力,而且效率低下。但现在,通过Internet可以方便的发布商铺的各种出租、出售、求租、求售等信息。信息传播的成本极大降低。而且高效。所以,为了适应社会需要开发了本商铺租赁系统,人们只要登录本网站就能很快地找到自己满意的铺子。
关键词:商铺;租赁,管理系统,SpringBoot框架,B/S架构
ABSTRACT
With the tide of independent entrepreneurship, the demand for shops is increasing, and the efficiency and scale of traditional offline leasing companies are becoming more and more difficult to meet the needs of entrepreneurs and investors. And the shop rental system can fully improve the efficiency and rate of shop rental, realize the standardization and information of shop rental system, so that users can complete the lease experience more conveniently and quickly.
Design and Implementation of Shop Leasing System Based on spring boot Framework in this design, the theoretical aspects will mainly study the structure of the system, shop leasing process. Through the research and development of the system software, the business process and standardization of the shop lease are standardized, and the work to be completed by the shop lease is integrated into the system, and the recommendation algorithm is added. To provide a new more convenient and stable service for shop rental.
This development, uses the MyEclipse compiler, the JDK development environment, in the network service aspect uses the Tomcat application server, the JSP technology is mainly responsible for the foreground page presentation, SSM framework realizes the business logic control and the database connection, the data persistence function. Shop rental and leasing is an important part of people's life. In the past, the way of advertising rental information is not only time-consuming and inefficient. But now, through the Internet can easily release the shop's various rental, sale, rent, sale and other information. The cost of information dissemination is greatly reduced. And efficient. Therefore, in order to meet the needs of the community to develop the shop rental system, as long as people log on to this site can quickly find their own satisfied shop.
Keywords: shop; lease, management system, SpringBoot framework, B/S framework
目 录
摘 要
ABSTRACT
第1章 绪论
1.1 课题背景
1.2 目的和意义
1.3 研究主要内容
第2章 相关技术简介
2.1集成开发环境IntelliJ IDEA简介
2.2 Tomcat服务器简介
2.3 Spring Boot简介
2.4 JavaScript和CSS简介
2.5 SSM简介
2.6软硬件需求
第2章 需求分析
2.1 可行性分析
2.1.1 技术可行性
2.1.2 经济可行性
2.1.3 操作可行性
2.1.4 法律可行
2.2性能需求
2.2.1系统的安全性
2.2.2数据的完整性
2.3界面需求
第3章 系统设计
3.1设计思想
3.2功能模块图
3.3用户关系图
3.3.1管理员
3.3.2会员
3.4数据库的分析与设计
3.4.1数据库的概念结构设计
3.4.2逻辑结构设计
第4章 系统实现
4.1 系统登陆页面实现
4.2 系统主界面
4.2.1 出租信息
4.2.2 发布出租信息
4.3 管理员界面
4.3.1 出租信息
4.3.2 退租申请
4.4 查看合同
第5章 系统测试
5.1 系统测试目的与意义
5.2 测试过程
5.3 其他错误
结束语
致 谢
参考文献