# mall_imooc **Repository Path**: ptxlyhui/mall_imooc ## Basic Information - **Project Name**: mall_imooc - **Description**: Java通用型支付+电商平台双系统实战-有需要资料的小伙伴可以加群242733211 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2020-03-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Java通用型支付+电商平台双系统实战-有需要资料的小伙伴可以加群242733211 **1.p6spy格式化sql** **2.thymeleaf配置、js取值** **3.微信Native支付、支付宝PC支付** **4.生成二维码** **5.前端定时器轮询** **6.实体类参数校验,非空、email、手机号码及其异常全局处理** **7.用户登录生成jwt令牌存入cookie** **8.自定义拦截器解析token,用户信息放入ThreadLocal中** **9.yml定义白名单路径数组** **10.获取HttpServletRequest和HttpServletResponse的工具类** **11.hutool中BCrypt.hashpw()加密** **12.登出清除cookie** **13.树形结构数据及排序categoryTree()** **14.subCategoryIds()根据parentId查询所有子类目id** **15.mybatis-plus和pagehelper组合使用获取vo分页getProductsByCategoryId()** **16.redis的hash结构存储购物车redisTemplate.opsForHash()** **17.lambda判断是否全选、lambda求和** **18.使用lambda将List转换为Map** **19.使用lambda分组将List转换为Map>** **20.MQ的使用** **21.Rabbit发送消息,生产者发送消息确认,消费者手动ack确保消息不丢失**