# adopt **Repository Path**: RMChen/adopt ## Basic Information - **Project Name**: adopt - **Description**: 基于SSM的流浪动物领养的网站 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 12 - **Forks**: 1 - **Created**: 2020-04-05 - **Last Updated**: 2025-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于SSM的流浪猫狗领养网站的设计与实现 在学习了JavaWeb的各种东西以后,我需要做个工程来巩固和实践自己的知识,所以我利用暑假这个空闲的时间来做这个工程。 ## 项目介绍 这个网站是为了流浪动物和想要领养流浪动物的爱心人士提供一个平台,能够使得它们在这个网站解决它们的问题。 ## 项目要用到的东西: 环境 JDk1.8 tomcat9.0 工具 Maven, Git, GitHub, IDEA MySql5.6 项目中用到的技术 Spring SpringMVC MyBatis Ajax Json 功能流程图 ![Image](https://github.com/ECJTUWuXin/adopt/blob/master/picture/系统流程图.jpg) E-R图 ![Image](https://github.com/ECJTUWuXin/adopt/blob/master/picture/E-R图.jpg) ## 前台界面展示 ### 首页 ![Image](https://github.com/ECJTUWuXin/adopt/blob/master/picture/首页.png) ### 个人信息 ![Image](https://github.com/ECJTUWuXin/adopt/blob/master/picture/个人信息.png) ### 流浪动物 ![Image](https://github.com/ECJTUWuXin/adopt/blob/master/picture/流浪动物展示.png) ### 流浪动物具体信息 ![Image](https://github.com/ECJTUWuXin/adopt/blob/master/picture/具体流浪动物的信息.png) ### 评论 ![Image](https://github.com/ECJTUWuXin/adopt/blob/master/picture/评论效果图.png) ### 团队 ![Image](https://github.com/ECJTUWuXin/adopt/blob/master/picture/团队活动.png) ![Image](https://github.com/ECJTUWuXin/adopt/blob/master/picture/团队成员信息展示.png) ![Image](https://github.com/ECJTUWuXin/adopt/blob/master/picture/申请成为志愿者.png) ## 后台管理界面展示 ### 后台登录界面 ![Image](https://github.com/ECJTUWuXin/adopt/blob/master/picture/后台登录界面.png) ### 用户信息管理 ![Image](https://github.com/ECJTUWuXin/adopt/blob/master/picture/用户信息.png) ### 管理员信息管理 ![Image](https://github.com/ECJTUWuXin/adopt/blob/master/picture/管理员信息.png) ### 流浪动物信息管理 ![Image](https://github.com/ECJTUWuXin/adopt/blob/master/picture/流浪动物信息.png) ### 领养申请审核管理 ![Image](https://github.com/ECJTUWuXin/adopt/blob/master/picture/领养申请信息.png) ### 团队信息管理 ![Image](https://github.com/ECJTUWuXin/adopt/blob/master/picture/评论信息.png) ### 志愿者信息管理 ![Image](https://github.com/ECJTUWuXin/adopt/blob/master/picture/志愿者申请信息.png) ### 领养申请没通过信息管理 ![Image](https://github.com/ECJTUWuXin/adopt/blob/master/picture/申请被同意的信息.png) ### 领养申请通过信息管理 ![Image](https://github.com/ECJTUWuXin/adopt/blob/master/picture/申请被同意的信息.png) ## 项目总结 这个项目是自己用来学习的项目。在实现项目的过程中我收获了很多。这个项目不仅巩固了新的知识,也让我学习新的知识。我也收获了一些教训,由于自己前期的需求分析做的不完善,所有有很多东西都是中途加的,所以导致项目进展缓慢。这提醒了我,在做项目的时候,需求分析必须尽量做的完善,只有这样我后期的编码工作就会水到渠成。感谢这次的项目。