摘要
社交平台体现了以用户为中心的理念,对广大社会交流沟通起着非常重要的作用。该平台主要包括用户内容、管理员审核两大模块。通过用户发表内容到管理员审核再到其他用户浏览内容;用户资料管理到管理员审核;用户推荐的三大主要过程解决了一些在实际中遇到的用户注册泛滥,用户传播不良思想和发表内容违规等矛盾,真正做到了用户与用户之间健康交流,文明交流的目标。关于社交平台的设计与实现的整个流程中,由社交平台的确立系统目标开始,对系统进行总体需求分析、系统功能需求、系统非功能需求还有业务流程分析,之后对系统进行概要设计和详细设计、
对系统功能实现和系统测试运行。
本文针对毕业设计的需求,应用SpringBoot框架开发社交平台,使用MySQL数据库进行关系数据库管理,采用了MD5加密算法对程序进行加密,使用了通过SpringBoot其自身带有的容器tomcat对平台进行前后端之间的数据交互,将MyBatis作为SpringBoot的持久性框架,Maven作为项目开发包管理工具。
关键词:社交平台MySQLSpringBootMyBatisMaven
Abstract
Socialnetworkingsitesembodytheideaoftakingusersasthecoreandplayanimportantroleinsocialcommunication.Theplatformmainlyincludestwomodules:usercontentandadministratoraudit.Thecontentpublishedbyusersisreviewedbyadministratorsandthenbrowsedbyotherusers.Userdatamanagementtoadministratorreview;Thethreemainprocessesofuserrecommendationhavesolvedsomecontradictionsencounteredinpractice,suchastheproliferationofuserregistration,thedisseminationofbadideasandtheviolationofpublishedcontent,andhavereallyachievedthegoalsofhealthyandcivilizedcommunicationbetweenusers.Inthewholeprocessofdesigningandimplementingthesocialplatform,startingwiththeestablishmentofthesystemgoalofthesocialplatform,theoverallrequirementanalysis,thesystemfunctionrequirement,thesystemnon-functionrequirementandthebusinessprocessanalysisarecarriedout,andthenthesystemisbrieflydesignedanddetaileddesign,thesystemfunctionrealizationandthesystemtestoperationarecarriedout.Accordingtotherequirementsofgraduationdesign,thispaperusesSpringBootframeworktodevelopasocialplatform,MySQLdatabasetomanagerelationaldatabases,MD5encryptionalgorithmtoencryptprograms,tomcat,SpringBootsownservercontainer,toexchangedatabetweenthefrontandbackoftheplatform,MyBatisaspersisten