1、坑 使用mybatis时执行insert方法时 <insert id="insert" useGeneratedKeys="true" keyProperty="id" parameterType="com.sanshi.searchforblog.entity.Article" > insert into t_article (title, author, content) values (#{title,jdbcType=VARCHAR}, #{author,jdbcTyp...