当前位置:网站首页>Student online education and teaching course management system based on SSM framework

Student online education and teaching course management system based on SSM framework

2022-06-11 03:39:00 Coding passerby King

be based on SSM Student online education and teaching course management system based on Framework

1.1 Description of project

development language :Java8

database :Mysql5

The front-end technology :echarts Chart

Render data :thymeleaf template engine ${ }

Back end framework :Springboot SpringDataJpa【ORM javabean – Database table entity 】

Database connection pool : Druid 【JDBC 1 2 3 4 5 】

The server :Tomcat,SSM SHH【 Deploy yourself 】

development tool :Eclipse Navicat Maven

Code design :MVC HTTP-----> Controlller----->service------>dao【Model】

get post delete put

1.2 Project details

Verification Code :hutool Tool class

1. Sign in 【 Regular expressions 】

user name :

password :

Verification Code :

1.HTTP Address :post[form] ----Controller

2. First, verify whether the code is correct ?

3. Check the database after passing

4. Query whether the database has this user ?

2. register

1. Inspection data format

2. Determine whether the two passwords are the same

3.form Submit to background Controller

4. Insert database

3. Certificate authority :Shiro Third party framework

1. authentication Student , campus ----- Let you in

2. to grant authorization : schoolboy , Boys' dormitory Boys' toilet

menu A menu Database table 【perms : sys:interface:list】

ShiroConfig:

UserReleam: Certification and authorization 【perms】
database + Source code :
Download address :https://download.csdn.net/download/wyn_365/85430352
 Insert picture description here
 Insert picture description here
 Insert picture description here
 Insert picture description here

原网站

版权声明
本文为[Coding passerby King]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/162/202206110325564174.html