MyBatis-Spring-Boot
MyBatis-Spring-Boot copied to clipboard
多对多关联关系报错Caused by: java.lang.IllegalStateException: No typehandler found for property roles
<collection property="roles" ofType="tk.mybatis.springboot.model.SysRole">
<result column="name" property="name"/>
</collection>
@abel533 请问大神怎么解决
@abel533 求指导
我想把spring secutiry功能做进来 实现一个登陆的功能 遇到这个问题 @abel533
看首页提示,非表字段需要加注解忽略。
tk.mybatis 1.x的版本是有这个问题,你可以升级到2.x