You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
mybatis-flex:
|
|
configuration:
|
|
map-underscore-to-camel-case: true
|
|
jdbc-type-for-null: null
|
|
auto-mapping-behavior: full
|
|
auto-mapping-unknown-column-behavior: none
|
|
cache-enabled: false
|
|
global-config:
|
|
deleted-value-of-logic-delete: "T"
|
|
normal-value-of-logic-delete: "F"
|
|
|