spring-data-mybatis icon indicating copy to clipboard operation
spring-data-mybatis copied to clipboard

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

Open DahuaChan opened this issue 3 years ago • 0 comments
trafficstars

readme文件中 英文版

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

中文版

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

DahuaChan avatar Jan 08 '22 15:01 DahuaChan