fix:mybatis xml文件映射

This commit is contained in:
xiang
2025-07-22 20:20:19 +08:00
parent cfdf3faa8e
commit 1186fb52fe

View File

@@ -1,6 +1,6 @@
mybatis: mybatis:
mapper-locations: mapper-locations:
- classpath*:mapper/*.xml - classpath*:mapper/*/*.xml
configuration: configuration:
map-underscore-to-camel-case: true map-underscore-to-camel-case: true