xmall icon indicating copy to clipboard operation
xmall copied to clipboard

基于SOA架构的分布式电商购物商城 前后端分离 前台商城:Vue全家桶 后台管理系统:Dubbo/SSM/Elasticsearch/Redis/MySQL/ActiveMQ/Shiro/Zookeeper等

Results 41 xmall issues
Sort by recently updated
recently updated
newest added

Bumps [mybatis](https://github.com/mybatis/mybatis-3) from 3.4.5 to 3.5.6. Release notes Sourced from mybatis's releases. mybatis-3.5.6 Enhancements: A new configuration option defaultSqlProviderType is added. The specified class will be used as the SQL...

dependencies

设置了ElasticSearch的ik分词器,但是前台商城搜索商品时,不支持中文搜索

Bumps `jackson.version` from 2.9.1 to 2.12.1. Updates `jackson-databind` from 2.9.1 to 2.12.1 Commits See full diff in compare view Updates `jackson-core` from 2.9.1 to 2.12.1 Commits 67a2970 [maven-release-plugin] prepare release...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

### 目前方案存在的问题,为什么 - 目前使用Redis存储购物车数据,内存数据宝贵,购物车数据后期可能很大 ### 如何解决/优化 - 使用MySQL或MongoDB

enhancement

### 目前方案存在的问题,为什么 - 虽然MySQL任意隔离级别都可避免更新丢失,但并发量高的时候仍会存在数据库的丢失更新造成超售问题 ### 如何解决/优化 - 隔离级别最高SERIALIZABLE,但串行不可取 - 乐观锁 `update x set num = x where id = x and num = 原库存数`,单表推荐 - 若要处理多个表可使用分布式锁,参考[xboot项目](https://github.com/Exrick/xboot/) - 秒杀场景:使用Redis事务+watch

bug

Bumps [hutool-all](https://github.com/looly/hutool) from 4.0.5 to 4.1.12. Changelog Sourced from hutool-all's changelog. 4.1.12 新特性 【core】 ExcelReader.read方法返回的Map默认有序 Bug修复 【core】 修复ZipUtil以及FileUtil中slip漏洞(issue#162@Github) 【core】 修复ZipUtil路径问题(issue#IMUEK@Gitee) 【core】 修复FileUtil.getParent方法获取父路径不严格导致空指针问题 4.1.11 新特性 【core】 Convert增加toList方法 【core】 StrUtil增加containsAny针对char的重载 【core】 FileUtil.mainName修正处理逻辑...

dependencies