mybatis-generator-plugin
mybatis-generator-plugin copied to clipboard
希望增加 支持插入后获取主键ID的值,keyProperty="cartId" useGeneratedKeys="true"
希望增加 支持插入后获取主键ID的值,keyProperty="cartId" useGeneratedKeys="true"
试下generatedKey标签. http://mybatis.org/generator/configreference/generatedKey.html