SpringMVC SSM Mybatis eclipsesegmentfault
Mybatis:Mapper method attempted to return null from a method with a primitive return type (int)
Mapper.xml的标签用错了。。。(低级错误,轻喷。。。)
好比原本应该:
插入语句用<insert></insert>
,更新语句用<update></update>
,删除语句用<delete></delete>
app
结果全用成<select></select>
eclipse
用回对应的标签就行。url
Mybatis:Mapper method attempted to return null from a method with a primitive return type (int).net