M87星云

导航

2021年5月14日

03、mybatis插入数据,返回自增ID

摘要: 注意:实现这此功能前,你需要会mybatis环境搭建!! 1. 创建User类 /** * @author boat */public class User implements Serializable{ private Integer id; private String username; p 阅读全文

posted @ 2021-05-14 17:24 挽留匆匆的美丽 阅读(324) 评论(0) 推荐(0)