Educational administration management system based on SpringBoot+Shiro+Mybatis [complete project source code]

0. Preface

This project originated from an open source project. Due to limited energy, only minor optimizations have been made to this open source project, and it can be further upgraded later if there is time. On the whole, the project is still very good, and it can be used as a learning model for hands-on practice, course design, and graduation design.

There are deficiencies in the project, but they are worth studying and modifying, such as irregular database table design, unclear business logic, page design defects, etc.

1. Technical framework

Development using front-end and back-end separation

Front-end project: Jwsystem-ElementUI

  • vue

  • ElementUI

Backend project: Jwsystem

  • springboot

  • shiro

  • swagger2

  • my shoe

  • kaptcha

  • WekaExcel

database: sql

  • mysql

2. Running effect

This system has authority management and user management functions, user roles and authority can be added as needed, currently divided into 4 users,

0. Login 

1. Administrator: all permissions, basic management, teaching plan management, performance management, evaluation management, information query, teacher management, training management, authority management, student status management, course selection management, teaching evaluation, subject center, evaluation management, performance management wait 

2. Academic staff

3. Teacher 

4. Students 

For detailed running effects, you can download the source code and run the research.

3. Run the tutorial

Front-end vue operation tutorial: Vue front-end development environment setup and project startup and operation (taking Win10 system as an example)

mysql installation tutorial: MySQL database free installation version configuration tutorial and common problems

Explanation of the springboot framework: a management system based on the SpringBoot framework [complete project source code]

More tutorials and source code view historical articles

4. Source code download address

Pay attention to the WeChat public account " Java bad writing " and reply to " teaching affairs "

Guess you like

Origin blog.csdn.net/zzj_csdn/article/details/127719750