使用ssm框架写项目,在写了一条语句后突然报错

Could not resolve type alias ‘’. Cause: java.lang.ClassNotFoundException: Cannot find class:

Could not resolve type alias ‘‘. Cause: java.lang.ClassNotFoundException: Cannot find class:
以为是不小心改了配置文件,于是检查了一遍applicationContext.xml、springMVC.xml和mybatisConfig.xml
后来我回到那条sql语句,定位到了参数类型,我记得mybatis可以自动匹配参数类型所以没加那句话,之后查了一下,需要加!!!
Could not resolve type alias ‘‘. Cause: java.lang.ClassNotFoundException: Cannot find class:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-24
  • 2022-12-23
  • 2022-12-23
  • 2021-07-14
  • 2021-12-27
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-25
  • 2021-12-29
  • 2022-01-03
  • 2021-09-30
  • 2022-12-23
相关资源
相似解决方案