Caused by: org.apache.ibatis.type.TypeException: Could not resolve type alias ‘order‘. Caus

Posted manor的大数据奋斗之路

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Caused by: org.apache.ibatis.type.TypeException: Could not resolve type alias ‘order‘. Caus相关的知识,希望对你有一定的参考价值。

问题:

Caused by: org.apache.ibatis.type.TypeException: Could not resolve type alias ‘order’. Caus

解决:

在SqlMapConfig.xml加上下面一段代码:

<typeAliases>
<!--        <typeAlias type="com.czxy.ssm.domain.User" alias="user" />-->
        <typeAlias type="com.czxy.ssm.domain.Order" alias="order" />
    </typeAliases>

以上是关于Caused by: org.apache.ibatis.type.TypeException: Could not resolve type alias ‘order‘. Caus的主要内容,如果未能解决你的问题,请参考以下文章

Mathematical Problems Caused by CCD

Caused by SSLError

Caused by: java.lang.NoClassDefFoundError:

caused by a circular import.

异常Caused by: java.lang.ClassNotFoundException: org.springframework.dao.DataIntegrityViolationExcep

Caused by org hibernate DuplicateMappingException Duplicat