2022年8月8日

Error updating database. Cause: org.apache.ibatis.reflection.ReflectionException: There is no getter

摘要: 错误写法: <insert id="insert" parameterType="org.example.pojo.Student"> INSERT INTO STUDENT (NAMES,AGE,EMAIL) VALUES (#{NAMES},#{AGE},#{EMAIL}) </insert> 阅读全文

posted @ 2022-08-08 15:51 霍志杰 阅读(20) 评论(0) 推荐(0)

导航