原始
mybatis:
mapper-locations: classpath:mapper/*.xml
修改爲:
mybatis:
mapper-locations: classpath:mapper/.xml
增加一個*表示會搜索jar包下的路徑
原始
mybatis:
mapper-locations: classpath:mapper/*.xml
修改爲:
mybatis:
mapper-locations: classpath:mapper/.xml
增加一個*表示會搜索jar包下的路徑