Cause: org.apache.ibatis.type.TypeException: Could not resolve type alias 'ScoreWithCountAndTime'.
出现以下错误:
Cause: org.apache.ibatis.type.TypeException: Could not resolve type alias 'ScoreWithCountAndTime'. Cause: java.lang.ClassNotFoundException: Cannot find class: ScoreWithCountAndTime
是由于Mapper文件中ResultMap写成了ResultType
更改为:
项目就可以重新跑起来了