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

陈小灏 LV18
2月22日
蓝羊羊 LV20
2月15日
6664146541684 LV7
2024年9月5日
无异偶 LV3
2024年8月5日
Darchry LV2
2024年6月29日
叉烧君 LV3
2024年6月3日
yuquanzuo LV2
2024年5月15日
微信网友_6786215447367680 LV5
2024年5月14日
来一杯西瓜冰咩 LV6
2024年5月10日
1941549176 LV4
2024年5月10日

短巷拥猫 LV12
6月18日
songcehng
6月18日
暂无贡献等级
newhaijun LV16
6月7日
微信网友_7437770031140864
3月24日
暂无贡献等级
尼可曲奇
3月3日
暂无贡献等级
蓝羊羊 LV20
2月15日
段池卿 LV5
1月19日
zz123456ZZaa
1月1日
暂无贡献等级
xinshou11111x
2024年12月17日
暂无贡献等级
微信网友_7280586394537984
2024年12月3日
暂无贡献等级