摘要: 配置MP的分页插件 固定格式 /** * 配置MP的分页插件 */ @Configuration public class MybatisPlusConfig { //添加插件 @Bean public MybatisPlusInterceptor mybatisPlusInterceptor(){ 阅读全文
posted @ 2022-09-02 10:43 小超和你 阅读(305) 评论(0) 推荐(0) 编辑
摘要: /** * * 全局异常处理 * 对RestController和Controller注解的类进行异常捕获 */ @ControllerAdvice(annotations = {RestController.class, Controller.class}) @ResponseBody @Slf4 阅读全文
posted @ 2022-09-02 10:00 小超和你 阅读(103) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示