(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。剛開始在網上找,說讓我換
相關文章
相關標籤/搜索