# 宿舍管理系统 **Repository Path**: yu20/software-testing-git ## Basic Information - **Project Name**: 宿舍管理系统 - **Description**: Spring Boot+Vue 宿舍管理系统 前后端分离项目 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 28 - **Forks**: 4 - **Created**: 2021-06-02 - **Last Updated**: 2024-11-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: Java, Vue, Element-UI, JavaScript ## README # 登录页面 ![输入图片说明](%E8%B5%84%E6%96%99/image.png) # 系统管理员 ![页面](%E8%B5%84%E6%96%99/image1.png) ## 功能 ![功能](%E8%B5%84%E6%96%99/image4.png) # 宿舍管理员 ![页面](%E8%B5%84%E6%96%99/image2.png) ## 功能 ![功能](%E8%B5%84%E6%96%99/image3.png) # git操作 git remote add origin +链接 git pull origin master git add . git commit -m '说明’ git push origin master