基于Ofbiz扩展的快速部署大并发电商架构,提供源代码和Docker运行模式
1nginx+2ofbiz+1oauth+1redis+1mysql (docker+k8s)
下单并发锁表问题等
提供ofbiz的dockerfile
通过spring mvc包装ofbiz服务为rest服务
参见 /plus/framework/service-rest-spring
通过spring security oauth提供认证服务
参见 /plus/framework/security-oauth-spring
引入redis提供集群扩展功能
ofbiz集群-通过redis实现tomcat的会话复制功能
参见 /plus/framework/tomcat-session-redis
ofbiz集群-通过redis实现entitycache功能(替换通过MQ实现缓存同步功能)
参见 /plus/framework/entity-cache-redis