readme文件中 英文版 ``` mybatis: mapper-locations: "classpath*:/mapper/**/**Mapper.xml" ``` 中文版 ``` spring.data.mybatis.mapper-locations=classpath*:/org/springframework/data/mybatis/samples/mappers/*Mapper.xml ```