摘要: https://bbs.csdn.net/topics/390522323 https://www.zifangsky.cn/1086.html 1、添加maven引用 <dependency> <groupId>org.apache.commons</groupId> <artifactId>co 阅读全文
posted @ 2021-08-19 15:13 _海阔天空 阅读(1009) 评论(0) 推荐(0)
摘要: https://www.oschina.net/question/2358239_241654?sort=time 如果你是用Model的方式进行save,可以在插入数据之后调用Model.get(String attr);方法即可获得,attr是你表的id的列的名称 如果你是用Db.save方法, 阅读全文
posted @ 2021-08-19 07:06 _海阔天空 阅读(366) 评论(0) 推荐(0)