java.lang.NoSuchMethodException: tk.mybatis.mapper.provider.base.BaseSelectProvider.<init>()

出错的这个原因是应为导错包了

@MapperScan("cn.saner.domain")

导入前缀为tk的包

import tk.mybatis.spring.annotation.MapperScan;

posted on 2019-06-05 16:05  奈何明月照沟渠33  阅读(2305)  评论(0)    收藏  举报

导航