PageHelper

This commit is contained in:
2025-02-27 18:27:59 +08:00
parent acbd346690
commit e83b7a759b
12 changed files with 96 additions and 18 deletions

View File

@@ -16,4 +16,8 @@ mybatis-flex:
map-underscore-to-camel-case: true
cache-enabled: false
call-setters-on-nulls: true
jdbc-type-for-null: 'null'
jdbc-type-for-null: 'null'
pagehelper:
helper-dialect: mysql
reasonable: true
support-methods-arguments: true