首页 > TAG信息列表 > csmall

day78(common模块,business模块,注册Nacos,Nacos心跳机制,cart模块)

day78(common模块,business模块,注册Nacos,Nacos心跳机制,cart模块) 1.续写commons模块 1.创建实体类 1.购物车 pojo.cart.entity.Cart @Data public class Cart implements Serializable { private Integer id; // 商品编号 private String commodityCode; // 价

day71(添加类别--持久层,添加类别--业务逻辑层)

day71(添加类别--持久层,添加类别--业务逻辑层) 1.类别管理--添加类别--持久层 1.配置 续前日,无新增 2.规划需要执行的SQL语句 续前日,无新增 3.接口与抽象方法 此前需要执行的SQL语句大致是 select id from pms_category where name=? 1.创建CategorySimpleVO类 在csmall-pojo的根