Skip to content

Commit

Permalink
Merge pull request #588 from liudonghua123/fix-query-limit-500
Browse files Browse the repository at this point in the history
fix query limit, use unlimit instead
  • Loading branch information
zhangdaiscott authored Oct 10, 2019
2 parents c4df7a4 + 36d60ec commit 9e8b97a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class MybatisPlusConfig {
*/
@Bean
public PaginationInterceptor paginationInterceptor() {
return new PaginationInterceptor();
return new PaginationInterceptor().setLimit(-1);
}

// /**
Expand Down

0 comments on commit 9e8b97a

Please sign in to comment.