240 发简信
IP属地:四川
  • Mybatis出现org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): XXX.dao...

    在spring boot项目中进行接口请求,出现了一下状况:Invalid bound statement (not found): com.c...

  • Mybatis出现Consider defining a bean of type XXX in your configuration错误解决

    当我们启动spring boot项目的时候,出现了这样的问题该如何解决呢? 原因: 未在Spring boot中配置dao层接口的扫描,导致无法...

  • SSM框架配置CORS跨域

    什么是跨域? 跨域是指一个域下的文档或脚本试图去请求另一个域下的资源,这里跨域是广义的。 常见的跨域场景: 跨域资源共享(CORS)SSM后端解...