This commit is contained in:
2023-11-20 20:05:18 +08:00
27 changed files with 1774 additions and 60 deletions

View File

@@ -122,10 +122,11 @@ security:
mybatis-plus:
configuration:
map-underscore-to-camel-case: false
call-setters-on-nulls: true
jdbc-type-for-null: null
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
mapper-locations:
- classpath:org.nl.**.mapper/*.xml
- classpath:/org/nl/**/mapper/**/*.xml
global-config:
db-config:
id-type: INPUT