mybatis / mybatipse

Eclipse plugin adding support for MyBatis SQL Mapper Framework.
Eclipse Public License 1.0
332 stars 91 forks source link

Spring boot and mybatis typealiase. Could not resolve type alias xx??? #80

Closed iver3on closed 6 years ago

iver3on commented 6 years ago

same problem. I define typeAliase com.. aliase xx in mybatis-config.xml

and in application.properties mybatis.config-locations=classpath:mybatis-config.xml why Could not resolve type alias xx???

kazuki43zoo commented 6 years ago

It seems to be a duplicate with #77 . See https://github.com/mybatis/mybatipse/issues/77#issuecomment-367709881