首页>代码>基于SpringBoot+Vue图书个性化推荐系统的设计与实现>/源代码/服务端代码/springbootxs5o6/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();
    }
    
}
最近下载更多
zolscy  LV24 11月24日
momomo228  LV2 11月21日
lilong007  LV22 8月28日
mlml123  LV6 8月20日
java小书童  LV18 7月9日
zxc123zdq  LV15 7月2日
sweetlove  LV20 6月12日
AlanLi  LV19 5月12日
最近浏览更多
yimaoermao  LV1 11月28日
asdxvfvfs 11月25日
暂无贡献等级
喵呜6666 11月21日
暂无贡献等级
momomo228  LV2 11月21日
暂无贡献等级
citybird  LV4 11月18日
常态 11月11日
暂无贡献等级
296954293  LV1 10月31日
miaoshi  LV16 10月11日
zvcbnlk  LV2 10月1日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友