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