基于 SpringBoot 的问答及电影购票网站的设计与实现 Design and implementation of spring boot based Q & A and movie ticket website内容摘要随着社会的发展,人们对生活的要求逐渐提高了,同样地,对于电影的要求也提高了——人们不再局限于只关注主演、导演,而更注重电影的评分、评价以及自己的真实需求,以满足自我的精神需求。基于以上的需求分析我设计了一个能够将电影信息、购票功能、问答功能三者结合起来的网站,这能够帮助观众满足观影需求,也能够满足精确的资源捕捉,因为本网站更加关注的是用户能够向其他用户实时提问来获取最值得观看的电影信息。开发本网站我使用了 SpringBoot 开发框架,它是 Spring 的升级,后端还采用了 MyBatis 持久层框架,这些使得在开发的时候更高效、更简易。其次还应用到了 JavaScript、JQuery、Ajax 等技术,这些都使得我所设计的网站页面更加简介而功能齐全。 我在本网站设计的功能包括注册、登录、搜索等基本功能之外还包括购物车、结算、个人空间、问答等实用功能,能够满足最基本的操作之余还能够实现实时问答获得电影信息。设计数据库时应用了 MyBatis 持久层框架,它使得开发更加迅速高效,并进行不同的实例分析来创建不同的表来实现数据的独立性,增强可维护性。 在本网站的设计以及实现完成后对其进行了测试,能够在各大浏览器中实现我所设计的所有功能,能够满足广大用户的需求。我认为开发出一个将电影购票和实时问答这两者热门功能的网站能够进一步提升广大用户的生活幸福感。关键词:SpringBoot MySql 数据库 MyBatis 问答 购票AbstractWith the development of society, people's requirements for life have gradually increased. Similarly, the requirements for movies have also increased - people are no longer limited to focusing only on the leading role and director, but also pay more attention to the rating and evaluation of movies and their real needs to meet their spiritual needs.Based on the above demand analysis, I designed a website that can combine movie information, ticket purchasing function and question answering function, which can help the audience to meet the demand of watching movies, and also...