使用通用mapper接口出現的錯誤

前幾天在看通用mapper的文檔,決定在項目裏使用,卻出現了百思不得其解的問題web import tk.mybatis.mapper.common.Mapper; import tk.mybatis.mapper.common.MySqlMapper; public interface MyMapper<T> extends Mapper<T>, MySqlMapper<T> { } 這是個人
相關文章
相關標籤/搜索