2026-07-01 17:13:41 +08:00
|
|
|
mybatis-plus:
|
2026-07-02 15:03:16 +08:00
|
|
|
mapper-locations: classpath*:mapper/*.xml,classpath*:mapper/**/*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-02 15:03:16 +08:00
|
|
|
logic-delete-value: 1
|
|
|
|
|
logic-not-delete-value: 0
|
2026-06-26 11:43:58 +08:00
|
|
|
configuration:
|
2026-07-01 17:13:41 +08:00
|
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|