spring-boot-mybatis-plus使用心得

配置mapper扫描

mybatis-plus:
  configuration:
    map-underscore-to-camel-case: true
  mapper-locations: classpath:/mappers/*Mapper.xml

猜你喜欢

转载自blog.csdn.net/kun_931013/article/details/85116069