本文共 722 字,大约阅读时间需要 2 分钟。
第一种:接口和xml不在同一个目录,需要在sqlSessionFactoryBean中额外 指定xml的路径:
classpath:com/liuyx/**/mappers/${db}/*.xml
第二种,接口和xml在同一个路径下,可以只配置MapperScannerConfigurer下的basePackage:
有时间的童鞋可以自己看看源码。
转载于:https://www.cnblogs.com/flying607/p/7193895.html