MCPcopy Create free account
hub / github.com/LisenCoding/cangku / MybatisPlusConfig

Class MybatisPlusConfig

boot/src/main/java/com/config/MybatisPlusConfig.java:13–24  ·  view source on GitHub ↗

mybatis-plus配置

Source from the content-addressed store, hash-verified

11 * mybatis-plus配置
12 */
13@Configuration
14public class MybatisPlusConfig {
15
16 /**
17 * 分页插件
18 */
19 @Bean
20 public PaginationInterceptor paginationInterceptor() {
21 return new PaginationInterceptor();
22 }
23
24}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected