首页>代码>基于SpringBoot实现的自习室预订系统>/源代码/springboot3fy99/src/main/java/com/config/MybatisPlusConfig.java
package com.config;

import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;

import com.baomidou.mybatisplus.mapper.MetaObjectHandler;
import com.baomidou.mybatisplus.plugins.PaginationInterceptor;

/**
 * mybatis-plus配置
 */
@Configuration
public class MybatisPlusConfig {

    /**
     * 分页插件
     */
    @Bean
    public PaginationInterceptor paginationInterceptor() {
        return new PaginationInterceptor();
    }
    
}
最近下载更多
qizl  LV8 5月9日
yiru huang  LV1 5月8日
hyt123456  LV3 5月5日
wanglinddad  LV55 4月29日
203163  LV2 4月25日
xiaozhi丶  LV14 4月22日
jlmarket  LV22 4月22日
最代码官方  LV167 4月21日
最近浏览更多
ZJY1122 昨天
暂无贡献等级
vacalono  LV1 前天
sink122406  LV12 前天
vitowang  LV4 前天
980363152  LV8 5月15日
wwwww816  LV3 5月15日
郭辰曦 5月14日
暂无贡献等级
newcxg  LV1 5月14日
叉烧君 5月14日
暂无贡献等级
AlanLi  LV19 5月12日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友