2 Star 0 Fork 22.5K

ArcFaceAndroid2021 / RuoYi

forked from 若依 / RuoYi 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

登陆页面

src/main/resources/templates/login.html

改动:主要是背景和图片

签到功能是一个表单,点击后会js提交到后端与数据库数据匹配,如果成功,登录成功

image-20210624160339978

首页

src/main/resources/templates/index.html

存放的是index界面中的左侧导航和上侧导航

上侧导航内存存放在html文件中

左侧导航遍历数据库中的sys_menu表得到

image-20210624160408430

src/main/resources/templates/main.html

存放首页显示的内容,在这里使用了百度的开源可视化库echarts。使用jQuery的getJson以及控制器获取后端数据库存放的数据,进行可视化

image-20210624160429566

学生管理

签到情况

后端

  1. ruoyi-system/src/main/java/com/ruoyi/system/controller/AttendanceController.java

控制器,将数据库的内容存放在某个路径下,在被请求的时候查询数据库,返回数据

  1. ruoyi-system/src/main/java/com/ruoyi/system/domain/Attendance.java

Attendance类,存放Attendance所有的属性和方法,主要是get和set方法

  1. ruoyi-system/src/main/java/com/ruoyi/system/mapper/AttendanceMapper.java

接口,和数据库相关

  1. ruoyi-system/src/main/java/com/ruoyi/system/service/IAttendanceService.java

AttendanceService接口,数据库设置的方法

  1. ruoyi-system/src/main/java/com/ruoyi/system/service/impl/AttendanceServiceImpl.java

AttendanceService接口的实现

  1. ruoyi-system/src/main/resources/mapper/system/AttendanceMapper.xml

    存放sql查询语句

前端

ruoyi-admin/src/main/resources/templates/system/attendance/add.html

添加界面,调用后端insert

image-20210624161345447

ruoyi-admin/src/main/resources/templates/system/attendance/attendance.html

签到情况主页面

image-20210624161429418

ruoyi-admin/src/main/resources/templates/system/attendance/edit.html

签到情况编辑页面

学生信息

后端

  1. ruoyi-system/src/main/java/com/ruoyi/system/controller/StudentController.java

控制器,将数据库的内容存放在某个路径下,在被请求的时候查询数据库,返回数据

  1. ruoyi-system/src/main/java/com/ruoyi/system/domain/Student.java

Student类,存放Student所有的属性和方法,主要是get和set方法

  1. ruoyi-system/src/main/java/com/ruoyi/system/mapper/StudentMapper.java

接口,和数据库相关

  1. ruoyi-system/src/main/java/com/ruoyi/system/service/IStudentService.java

StudentService接口,数据库设置的方法

  1. ruoyi-system/src/main/java/com/ruoyi/system/service/impl/StudentServiceImpl.java

StudentService接口的实现

  1. ruoyi-system/src/main/resources/mapper/system/StudentMapper.xml

    存放sql查询语句

前端

ruoyi-admin/src/main/resources/templates/system/Student/add.html

添加界面,调用后端insert

image-20210624161750014

ruoyi-admin/src/main/resources/templates/system/Student/attendance.html

签到情况主页面

image-20210624161732510

ruoyi-admin/src/main/resources/templates/system/Student/edit.html

签到情况编辑页面

image-20210624161814167

The MIT License (MIT) Copyright (c) 2018 RuoYi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

基于SpringBoot的权限管理系统 易读易懂、界面简洁美观。 核心技术采用Spring、MyBatis、Shiro没有任何其它重度依赖。直接运行即可用 展开 收起
Java
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/arc-face-android2021/RuoYi.git
git@gitee.com:arc-face-android2021/RuoYi.git
arc-face-android2021
RuoYi
RuoYi
master

搜索帮助