学生会管理系统 SpringBoot Mybatis-plus shiro layui
软件架构说明
.
├─log
│
├─src
│ ├─main
│ │ ├─java
│ │ │ └─com
│ │ │ └─sums
│ │ │ │
│ │ │ ├─annotations
│ │ │ │
│ │ │ ├─aspect
│ │ │ │
│ │ │ ├─config
│ │ │ │
│ │ │ ├─controller
│ │ │ │
│ │ │ ├─dao
│ │ │ │
│ │ │ ├─entity
│ │ │ │
│ │ │ ├─service
│ │ │ │ │
│ │ │ │ ├─factory
│ │ │ │ │
│ │ │ │ ├─impl
│ │ │ │ │
│ │ │ │ └─roles
│ │ │ │ │
│ │ │ │ └─impl
│ │ │ │
│ │ │ ├─shiro
│ │ │ │
│ │ │ └─utils
│ │ │
│ │ └─resources
│ │ │ application-dev.yml
│ │ │ application.yml
│ │ │ banner.txt
│ │ │
│ │ ├─mappers
│ │ │
│ │ ├─static
│ │ │ ├─css
│ │ │ │ style.css
│ │ │ │
│ │ │ ├─editormd
│ │ │ │
│ │ │ ├─file
│ │ │ │
│ │ │ ├─font-awesome
│ │ │ │
│ │ │ ├─imgs
│ │ │ │
│ │ │ ├─js
│ │ │ │
│ │ │ ├─layui
│ │ │ │
│ │ │ ├─layui-formSelects
│ │ │ │
│ │ │ └─treetable-lay
│ │ │
│ │ └─templates
│ │ │ activityDetails.html
│ │ │ homepage.html
│ │ │ _fragments.html
│ │ │
│ │ ├─error
│ │ │ 4xx.html
│ │ │
│ │ ├─studentUnion
│ │ │ ****.html
│ │ │
.
- xxxx
- xxxx
- xxxx
在application-dev.yml文件配置文件的保存路径、预览文件依赖的启动路径和数据库访问路径及数据库账号、数据库密码。
完成后进入src/main/java/com/sums/中,运行SumsApplication类。
系统访问
系统启动成功后后自动打开http://localhost:8088/sums/loginView,这是学生会成员的登录入口。如图16。








