摘要: 1.导入PageHelper依赖 <!-- MyBatis 分页插件 --> <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper</artifactId> <version>4.0.0</versi 阅读全文
posted @ 2020-07-28 19:11 白熊啊 阅读(524) 评论(1) 推荐(0) 编辑
摘要: 一、自定义拦截器 Spring MVC也可以使用拦截器对请求进行拦截处理,用户可以自定义拦截器来实现特定的功能,自定义的拦截器必须实现HandlerInterceptor接口。 二、HandlerInterceptor接口的三个方法 1.preHandler(): 此方法在业务处理器(Control 阅读全文
posted @ 2020-07-28 11:36 白熊啊 阅读(1985) 评论(0) 推荐(0) 编辑