首页>代码>基于SpringBoot+thymeleaf实现的图书馆借阅管理系统>/book-system/src/main/java/com/xunmaw/book/config/MybatisPlusConfig.java
package com.xunmaw.book.config; import com.baomidou.mybatisplus.annotation.DbType; import com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor; import com.baomidou.mybatisplus.extension.plugins.inner.PaginationInnerInterceptor; import org.mybatis.spring.annotation.MapperScan; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; @Configuration public class MybatisPlusConfig { @Bean public MybatisPlusInterceptor mybatisPlusInterceptor(){ MybatisPlusInterceptor interceptor = new MybatisPlusInterceptor(); NewPaginationInnerInterceptor newPaginationInnerInterceptor = new NewPaginationInnerInterceptor(DbType.MYSQL); newPaginationInnerInterceptor.setOverflow(true); interceptor.addInnerInterceptor(newPaginationInnerInterceptor); return interceptor; } }
最近下载更多
6664146541684 LV7
9月5日
无异偶 LV2
8月5日
Darchry LV2
6月29日
叉烧君 LV3
6月3日
yuquanzuo LV2
5月15日
微信网友_6786215447367680 LV5
5月14日
来一杯西瓜冰咩 LV6
5月10日
1941549176 LV4
5月10日
xiaozhi丶 LV15
4月7日
微信网友_6927932988952576 LV12
3月30日
最近浏览更多
dongandmin LV6
11月13日
15953970869 LV6
11月9日
阿时23428 LV15
11月6日
krispeng LV13
10月2日
筱昼1213
9月29日
暂无贡献等级
6664146541684 LV7
9月5日
微信网友_7134912998903808 LV9
8月29日
无异偶 LV2
8月5日
Darchry LV2
6月29日
微信网友_7055338587410432
6月27日
暂无贡献等级