IDEA中Spring Boot项目MyBaits提示Invalid bound statement (not found)错误,配置application.yml

加上mybatis配置

mybatis:
  configuration:
    map-underscore-to-camel-case: true
  mapper-locations: mybatis/*Mapper.xml
  typeAliasesPackage: com.ssms.domain

猜你喜欢

转载自blog.csdn.net/weixin_37909363/article/details/80802065