2026-07-01 17:13:41 +08:00
|
|
|
mybatis-plus:
|
|
|
|
|
mapper-locations: classpath*:mapper/**/*.xml
|
2026-06-26 11:43:58 +08:00
|
|
|
type-handlers-package: com.jjb.saas.framework.datascope.handler
|
|
|
|
|
global-config:
|
|
|
|
|
banner: false
|
|
|
|
|
db-config:
|
|
|
|
|
id-type: assign_id
|
2026-07-01 17:13:41 +08:00
|
|
|
logic-delete-field: deleteEnum
|
|
|
|
|
logic-delete-value: "true"
|
|
|
|
|
logic-not-delete-value: "false"
|
2026-06-26 11:43:58 +08:00
|
|
|
configuration:
|
2026-07-01 17:13:41 +08:00
|
|
|
map-underscore-to-camel-case: true
|
|
|
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|