mapper-locations和config-location作用是什么?什么时候需要配置?
mybatis:
mapper-locations: classpath:mapper/*.xml
config-location: classpath:config/mybatis-config.xml
mapper-locations和config-location作用是什么?什么时候需要配置?
自己曾经做过的项目是这两个都需要配置,这次就默认写了两个,但是一直不能启动。后来发现与老师写的差了一个config-location,很诧异这个为什么不需要配置这个?求大神指导原因