spring-data-mybatis
spring-data-mybatis copied to clipboard
中文说明中spring-boot的mapper文件配置错误
trafficstars
readme文件中 英文版
mybatis:
mapper-locations: "classpath*:/mapper/**/**Mapper.xml"
中文版
spring.data.mybatis.mapper-locations=classpath*:/org/springframework/data/mybatis/samples/mappers/*Mapper.xml