SSM conference management system

SSM conference management system

The backend is based on SSM, the frontend is based on the conference management system written by Freemarker, using JDK8, mysql version 5.7

technology stack

Spring
SpringMVC
MyBatis
Mysql
Freemarker
jquery+ajax[External link picture transfer failed, the source site may have an anti-leeching mechanism, it is recommended to save the picture and upload it directly (img-JGo0luHu-1687163482019)(img.png)]

4. The permissions obtained by ordinary user login and administrator login are different

默认页面、登陆相关页面、注册相关页面放行不拦截
  role:1为普通用户  2为管理员
  获取session判断是否是管理员访问,管理员访问管理员相关页面就放行,普通用户访问管理员相关页面就拦截并输出forbidden
  用户没登录,去访问除了注册页面的任意页面都会跳回到登陆页面

insert image description here

insert image description here
insert image description here

Guess you like

Origin blog.csdn.net/weixin_43713498/article/details/131290702