Caused by: org.apache.ibatis.ognl.OgnlException: source is null for getProperty(null, "id")

    OgnlException這個Mybatis的錯誤其實就是包裝了Java的NullPointException異常。所以顯而易見,就是你的這個屬性是空的。但是前幾天我在用Mybatis時,出現了這個錯誤,卻沒有查出原因。於是我查找了csdn裏面的一篇博客才發現其實問題很簡單。博客地址:https://blog.csdn.net/qq_32331073/article/details/762
相關文章
相關標籤/搜索