描述:
在ssm项目中,新增一条数据,返回该数据的数据库id(主键)
实现方法:
1.xml
增加 useGeneratedKeys="true" keyProperty="id" 属性
2.dao
获取返回值
3.controller