MybatisPlus Bug
There is no getter for property named ‘null’ in ‘class xxxxx’
这个是由于使用到了 mapper.insertOrUpdate(entityList);会根据id进行更新
class xxx对象缺少@TableId注解
IDEA
自定义缩放
使用//region 和 //endregion可以自定义缩放位置
MySQL
每次事务持久化
SHOW VARIABLES LIKE ‘innodb_flush_log_at_trx_commit’; 查看redolog
SHOW VARIABLES LIKE ‘sync_binlog’; 查看binlog