(MyBatis)insertStudent attempted to return null from a method with a primitive return type (int).

今天在进行MyBatiS和动态代理练习的时候 报错信息:注意看第三行的 TestMyBatis.java:30 的报错位置 测试类: insertStudent attempted to return null from a method with a primitive return type (int). 这段报错的意思是返回值为null,但是int类型不能是null。刚开始在网上找,说让我换
相关文章
相关标签/搜索