Skip to content
星如雨
Search
K
Main Navigation
博客文章
project
xing-ly
schedule
animate.ts
玩一下
schedule
vue3 md editor
todo list
games
avatar
board
Vue实时弹幕
资源导航
Gitee
Appearance
Gitee
Menu
Return to top
目 录
SpringBoot MVC
java
springboot
Servlet
Filter
Interceptor
Listener
Servlet : 控制器,和controller 相似,用于页面控制等
Filter : 过滤器,
Interceptor : 拦截器
Listener : 监听器
使用的依赖
SpringMVC
在浏览器输入 localhost:8080/admin 将会跳转到 localhost:8080/login 来自于拦截器 Interceptor 的拦截
使用注册组件方式整合
使用注解方式整合
输出结果