首页>代码>基于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(); } }

hulewang LV8
7月16日
大神程序员 LV23
7月2日
sgrfsgrts LV2
5月15日
微信网友_6631309708414976 LV5
4月26日
SX520886 LV6
4月24日
微信网友_6979151039729664 LV2
4月4日
lipiao161 LV16
3月16日
微信网友_6520355827929088 LV2
2月28日
dane168 LV9
2月17日
微信网友_7041036943331328 LV7
1月2日

mydasdada LV2
8月14日
康日澜 LV10
8月2日
15941061075
8月2日
暂无贡献等级
wonderfulvv LV4
7月24日
hulewang LV8
7月16日
飒飒说 LV1
7月7日
大神程序员 LV23
7月2日
浙江螃蟹 LV7
7月2日
3334004690 LV11
6月28日
helloworldsbsb LV8
6月25日