Java工程问题:Could not autowire. No beans of 'AttachmentMapper' type found.
摘要:在mapper类前面加上 @Mapper @Mapper public interface FilesMapper { int delete(Integer fileId); int insert(Files record); Files select(Integer fileId); List<F
阅读全文
posted @ 2023-02-19 12:03