KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
WoWoMall
★ 10
Open GitHub ↗
一个基于springboot框架搭建的B2C商城
Download README (.md)
Explore Similar Repositories
BiDTree
:
The implementation of TASLP 2019 paper Improving Aspect Term Extraction with Bidirectional Dependency Tree Representation
bs-holochain
:
Holochain bindings for Bucklescript.
tslint-import-eslint-config
:
Import your ESLint config into TSLint
web3auth
:
Authentication service for Web applications and APIs using EC signatures and Smart contract authorisation policies.
examples
:
A collection of code snippets to demonstrate various things, or just sandbox.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
WoWoMall
?
Download (.md)
# WoWoMall 一个基于springboot框架搭建的B2C商城(当前版本2.0,前后分离架构,服务器端代码) <h2>环境</h2> JDK版本:8<br/> 数据库:MySQL5.7<br/> 技术栈:SpringBoot2.0.2/MyBatis3.4.6/Joda/Guava<br/> Nginx版本:1.15.0<br/> Maven版本:3.5.3<br/> Redis版本:4.0.9<br/> <h2>当前版本功能说明</h2> <h3>单点登录,tomcat集群,分布式Redis,分布式锁关闭订单</h3> Redis+Cookie+Jackson+Filter原生实现集群session共享问题<br/> Spring Schedule+Redis分布式锁<br/> <h3>用户模块</h3> 横向越权、纵向越权、<br/> MD5明文加密、guava缓存<br/> 高复用服务响应对象的设计思想和封装<br/> <h3>分类模块</h3> 递归算法<br/> 复杂对象排重<br/> 无限层级树结构设计<br/> <h3>商品模块</h3> POJO、BO、VO抽象模型<br/> 高效分页及动态排序<br/> FTP服务对接、富文本上传<br/> <h3>购物车模块</h3> 商品总价计算复用封装<br/> 高复用的逻辑方法封装思想<br/> 解决商业运算丢失精度的坑<br/> <h3>订单模块</h3> 安全漏洞解决方案<br/> 订单号生成规则<br/> 强大的常量、枚举设计<br/> 收货地址<br/> 同步获取自增主键<br/> 数据绑定的对象绑定<br/> 越权问题升级巩固<br/> <h3>支付模块</h3> 支付宝支付流程与集成<br/> 二维码生成,扫码支付<br/>