- 博客(3)
- 收藏
- 关注
转载 Mybatis+mysql 插入数据的时候,想要返回插入的主键
<insert id="insertRole" parameterType="com.xubl.mybatis.chapter2.pojo.Role" keyProperty="id" useGeneratedKeys="true"> insert into `role`...
2018-08-08 19:40:00
108
转载 Mybaits+mysql 插入数据时候出现乱码
<property name="url" value="jdbc:mysql://localhost:3306/mybatis?zeroTimeBehavior=convertToNull&useUnicode=true&characterEncoding...
2018-08-08 19:31:00
117
转载 Mybatis错误:找不到XML文件
错误: org.apache.ibatis.exceptions.PersistenceException: ### Error building SqlSession. ### The error may exist in com/xubl/studymybatis/chapter1...
2018-08-04 15:07:00
601
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人