摘要:
在使用MybatisPlus时,使用saveBatch()批量保存数据的时候报错Caused by: java.sql.BatchUpdateException: Field 'id' doesn't have a default value ,这是因为MybatisPlus不会自动插入主键ID,可 阅读全文
摘要:
1. 设计模式概述 1.1 什么是GOF 在 1994 年,由 Erich Gamma、Richard Helm、Ralph Johnson 和 John Vlissides 四人合著出版了一本名为 Design Patterns - Elements of Reusable Object-Orie 阅读全文