This commit is contained in:
zhangzhiqiang
2022-12-15 18:56:46 +08:00
parent 6790b8cefc
commit bfaa24053b

View File

@@ -85,7 +85,7 @@ mybatis-plus:
map-underscore-to-camel-case: true map-underscore-to-camel-case: true
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
mapper-locations: mapper-locations:
- classpath:**/*.xml - classpath:org.nl.**.mapper/*.xml
global-config: global-config:
db-config: db-config:
id-type: INPUT id-type: INPUT