mybatis-plus: mapper-locations: classpath*:mapper/**/*.xml type-handlers-package: com.jjb.saas.framework.datascope.handler global-config: banner: false db-config: id-type: assign_id logic-delete-field: deleteEnum logic-delete-value: "true" logic-not-delete-value: "false" configuration: map-underscore-to-camel-case: true log-impl: org.apache.ibatis.logging.stdout.StdOutImpl