easybest / spring-data-mybatis

Simplifies the development of creating a MyBatis-based data access layer.
https://sdm.easybest.io
Apache License 2.0
237 stars 73 forks source link

中文说明中spring-boot的mapper文件配置错误 #244

Open DahuaChan opened 2 years ago

DahuaChan commented 2 years ago

readme文件中 英文版

mybatis:
  mapper-locations: "classpath*:/mapper/**/**Mapper.xml"

中文版

spring.data.mybatis.mapper-locations=classpath*:/org/springframework/data/mybatis/samples/mappers/*Mapper.xml