Merge pull request 'fix:mybatis xml文件映射' (#2) from fix/mybatis_xml_fix into master

Reviewed-on: XiangZ/xservice-script#2
This commit is contained in:
XiangZ
2025-07-22 12:21:45 +00:00

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