基于SpringBoot+Vue的高校宣讲会管理系统(带1w+文档)
IntelliJ IDEA/Eclipse
Mysql
JDK 1.8
为了更好的去理清本系统整体思路,对该系统以结构图的形式表达出来,设计实现该系统的功能结构图如下所示:
├──.mvn
│ └──wrapper
├──db
├──src
│ ├──main
│ │ ├──java
│ │ │ └──com
│ │ │ ├──annotation
│ │ │ ├──config
│ │ │ ├──controller
│ │ │ ├──dao
│ │ │ ├──entity
│ │ │ │ ├──model
│ │ │ │ ├──view
│ │ │ │ └──vo
│ │ │ ├──interceptor
│ │ │ ├──service
│ │ │ │ └──impl
│ │ │ └──utils
│ │ └──resources
│ │ ├──admin
│ │ │ └──admin
│ │ │ ├──dist
│ │ │ ├──public
│ │ │ └──src
│ │ ├──front
│ │ │ └──front
│ │ │ ├──css
│ │ │ ├──elementui
│ │ │ ├──img
│ │ │ ├──js
│ │ │ ├──layui
│ │ │ ├──modules
│ │ │ ├──pages
│ │ │ └──xznstatic
│ │ ├──mapper
│ │ └──static
│ │ └──upload
│ └──test
│ └──java
│ └──com
└──target
本项目属于源码,项目只供学习,禁止非法用途。