mall icon indicating copy to clipboard operation
mall copied to clipboard

mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务...

Results 59 mall issues
Sort by recently updated
recently updated
newest added

你好,我现在正在学习mall项目,遇到了个问题。 我现在idea中新建mall项目,然后分别新建需要的module,pom.xml我都使用了跟github中一样的。 运行mall-admin没有什么问题。 运行mall-portal和mall-search中分别出现下面的错误: The bean 'memberReadHistoryRepository', defined in com.dongzhex.mall.portal.repository.MemberReadHistoryRepository defined in @EnableMongoRepositories declared on MongoRepositoriesRegistrar.EnableMongoRepositoriesConfiguration, could not be registered. A bean with that name has already been defined in...

您好, 我们使用您的项目作为我们静态代码分析工具的测试样例,我们发现在**mall-common模块**下的 `com.macro.mall.common.log.WebLogAspect.doAround(ProceedingJoinPoint joinPoint)` 方法的倒数第3行(源码中89行)的日志打印语句 `LOGGER.info(Markers.appendEntries(logMap), JSONUtil.parse(webLog).toString());` 可能会造成敏感信息泄漏的情况。 ``` @Around("webLog()") public Object doAround(ProceedingJoinPoint joinPoint) throws Throwable { long startTime = System.currentTimeMillis(); //获取当前请求对象 ServletRequestAttributes attributes = (ServletRequestAttributes) RequestContextHolder.getRequestAttributes(); HttpServletRequest request =...

设置满5减1 mall-portal 模块下 接口最后下单确定优惠金额 优惠是0.98 还少了2毛钱

Is there any plan of english translation

请问mall-app-web 前端的源码什么时候开源呢?有计划开源吗?

请问某些商品有SPU,但是没有对应的SKU,下单的时候会提示“库存不足”。那么是否就是说,如果创建了一个商品,是否必须设置SKU才能够正常下单?这样的话,为何商品表中还有库存这些字段?

发现没有通过单个商品信息生成订单的接口

背景:添加产品属性对于属性分类表有两次数据库操作,第一次获取对应的分类记录,第二次把属性数量累加了1更新数据库。 问题:如果要是存在并发的情况,比如两个线程同时读取完了分类记录,获得的属性数量是一致的,那么两个线程同时加1,然后分别更新,就会导致实际只加了1而不是2。

`cms_prefrence_area_product_relation`和`cms_prefrence_area`中的`prefrence`应该为`preference`