首页>代码>基于SpringBoot实现的学生就业管理系统>/源代码/employment/src/main/java/com/project/config/MybatisPlusConfig.java
package com.project.config;

import com.baomidou.mybatisplus.extension.plugins.PaginationInterceptor;
import com.baomidou.mybatisplus.extension.plugins.PerformanceInterceptor;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;

/**
 * @author: liangrenren
 * @date: 2020-12-15 15:53
 **/
@Configuration
public class MybatisPlusConfig {
    /**
     * mybatis-plus SQL执行效率插件【生产环境可以关闭】
     */
    @Bean
    public PerformanceInterceptor performanceInterceptor() {
        return new PerformanceInterceptor();
    }
    /**
     * 分页插件
     */
    @Bean
    public PaginationInterceptor paginationInterceptor() {
        return new PaginationInterceptor();
    }
}
最近下载更多
15953970869  LV6 11月10日
最代码官方  LV168 11月2日
最近浏览更多
76438949 2小时前
暂无贡献等级
lvllvl  LV4 11月18日
驱蚊器我 11月18日
暂无贡献等级
留下一点点 11月15日
暂无贡献等级
张春青  LV6 11月14日
dongandmin  LV6 11月13日
代盐人 11月12日
暂无贡献等级
3993zby  LV2 11月11日
Rommel  LV27 11月11日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友