All Projects → Mindyu → pinyougou

Mindyu / pinyougou

Licence: other
品优购项目实战

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to pinyougou

Xmall
基于SOA架构的分布式电商购物商城 前后端分离 前台商城:Vue全家桶 后台管理系统:Dubbo/SSM/Elasticsearch/Redis/MySQL/ActiveMQ/Shiro/Zookeeper等
Stars: ✭ 6,493 (+34073.68%)
Mutual labels:  soa, ssm
Ssm Demo
🍌Spring+SpringMVC+Mybatis+easyUI实现简单的后台管理系统
Stars: ✭ 1,639 (+8526.32%)
Mutual labels:  dubbox, ssm
Dapeng Soa
A lightweight, high performance micro-service framework
Stars: ✭ 101 (+431.58%)
Mutual labels:  soa
EMAN
一个基于SSM框架与物品的协同过滤算法(ItemCF)的简单电子书推荐系统
Stars: ✭ 48 (+152.63%)
Mutual labels:  ssm
Raincat
强一致分布式事务框架
Stars: ✭ 1,785 (+9294.74%)
Mutual labels:  soa
Myth
Reliable messages resolve distributed transactions
Stars: ✭ 1,470 (+7636.84%)
Mutual labels:  soa
Cukatify
Cukatify is a music social media project
Stars: ✭ 21 (+10.53%)
Mutual labels:  soa
Rsf
已作为 Hasor 的子项目,迁移到:http://git.oschina.net/zycgit/hasor
Stars: ✭ 77 (+305.26%)
Mutual labels:  soa
mezon
Mezon is a simple php framework wich will help you to create business applications.
Stars: ✭ 35 (+84.21%)
Mutual labels:  soa
E3 Springboot
SpringBoot+Docker重构宜立方商城
Stars: ✭ 139 (+631.58%)
Mutual labels:  soa
bicycleSharingServer
🚲共享单车JavaWEB后台(ssm)
Stars: ✭ 86 (+352.63%)
Mutual labels:  ssm
Jstp
Fast RPC for browser and Node.js based on TCP, WebSocket, and MDSF
Stars: ✭ 132 (+594.74%)
Mutual labels:  soa
Microservices Architecture
《微服务架构设计》
Stars: ✭ 113 (+494.74%)
Mutual labels:  soa
blog-ssm
一个简单漂亮的SSM博客系统。
Stars: ✭ 487 (+2463.16%)
Mutual labels:  ssm
Zanphp
PHP开发面向C10K+的高并发SOA服务 和RPC服务首选框架
Stars: ✭ 1,451 (+7536.84%)
Mutual labels:  soa
exec-with-secrets
Handle secrets in Docker using AWS KMS, SSM parameter store, Secrets Manager, or Azure Key Vault
Stars: ✭ 54 (+184.21%)
Mutual labels:  ssm
Ozz Animation
Open source c++ skeletal animation library and toolset
Stars: ✭ 1,250 (+6478.95%)
Mutual labels:  soa
All Our Aggregates Are Wrong Demos
A microservices powered e-commerce shopping cart sample - based on SOA principles. Demos and sample for my "All our Aggregates are Wrong" talk
Stars: ✭ 130 (+584.21%)
Mutual labels:  soa
Priest
dubbo mybatis springboot base soa rest api framework with customer code generator
Stars: ✭ 160 (+742.11%)
Mutual labels:  soa
dot-rest
a minimalist toolkit for building scalable, fault tolerant and eventually-consistent microservices
Stars: ✭ 46 (+142.11%)
Mutual labels:  soa

品优购项目学习笔记

一个综合性的 B2B2C 的电商网站系统。网站采用商家入驻的模式,商家入驻平台提交申请,有平台进行资质审核,审核通过后,商家拥有独立的管理后台录入商品信息。商品经过平台审核后即可发布。

Github地址

项目简介

系统模块

  • 网站前台
  • 运营商平台
  • 商家管理平台

框架组合

​ 前端 angularJS + Bootstrap

​ 后端 Spring + SpringMVC + mybatis + Dubbox

系统架构 ​ 面向服务的架构(SOA架构)。控制层与服务层分离,通过网络调用。 面向服务的架构

Dubbox框架 致力于提供高性能和透明化的RPC远程服务调用方案,以及SOA服务治理方案。远程服务调用的分布式框架。

原理图 Dubbox原理图 节点角色说明:

  • Provider: 暴露服务的服务提供方。
  • Consumer: 调用远程服务的服务消费方。
  • Registry: 服务注册与发现的注册中心。
  • Monitor: 统计服务的调用次调和调用时间的监控中心。
  • Container: 服务运行容器。

模块关联关系图:模块关联图

品优购项目笔记(上)

品优购项目笔记(中)

品优购项目笔记(下)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].