org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.Persiste

org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.Persiste
唉,给自己挖的坑,哭着也得补上
手贱使用了@Builder注解
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.Persiste
就这样,还没加全参无参注解,我不报错谁报错
如果一个类没有写构造函数,系统会自动给一个无参构造,
如果写了,系统就不会给无参构造
同样,构建者模式@Builder,肯定有构造函数啊
这玩意Spring你不给它留个无参构造,它能让你好过啊!
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.Persiste
烦死了,cao!