Skip to content

Commit

Permalink
fix(web): cannot return a page with more than 2000 records (#2520)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkPotato777 committed May 29, 2024
1 parent ba64230 commit 306b89f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ spring:
pageable:
#Spring Data JPA 和 REST分页查询时,设置默认的页码起始值为 1;如果是 false,则起始页码为0
one-indexed-parameters: true
max-page-size: 99999
datasource:
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.oceanbase.jdbc.Driver
Expand Down

0 comments on commit 306b89f

Please sign in to comment.