摘要: shop--8.商品类别--批量操作--添加(后端) productcategorymanegement.html productcategorymanegement.js 阅读全文
posted @ 2018-04-23 14:26 SkyeAngel 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 1.批量添加 dao层 在编写mapper时,因为传入的是List,所以要写的parameterType=“java.util.List” 然后需要使用<foreach来进行批量插入 service层 impl Controller层 阅读全文
posted @ 2018-04-23 11:23 SkyeAngel 阅读(606) 评论(0) 推荐(0) 编辑
摘要: 然后Inspections->搜索->Serializable class without ’serialVersionUID’ 选上以后,在需要序列化的class的类名上:Alt+Enter就会提示自动创建serialVersionUID了。 阅读全文
posted @ 2018-04-23 10:39 SkyeAngel 阅读(132) 评论(0) 推荐(0) 编辑
摘要: ProductCategoryEnum ProductCategoryException ProductCategoryExecution 阅读全文
posted @ 2018-04-23 10:34 SkyeAngel 阅读(166) 评论(0) 推荐(0) 编辑