采购商城分布式基本架构
pmall-admin:后台应用
pmall-front:前台应用
pmall-common:公共模块
pmall-parent:公共依赖
pmall-member:会员模块--->子模块:pmall-member-api,pmall-member-service
pmall-order:订单模块--->子模块:pmall-order-api,pmall-order-service
pmall-goods:商品模块--->子模块:pmall-goods-api,pmall-goods-service
pmall-sys:系统模块--->子模块:pmall-sys-api,pmall-sys-service
pmall-search:商品模块--->子模块:pmall-search-api,pmall-search-service
api模块为服务接口,service模块为服务实现
springboot,mybatis,zookeeper,dubbo,redis,rabbitmq,fescar,nginx
未实现商城业务功能,只是做个框架基本实践,后续可基于此开发商城功能,有待完善!
参考:https://gitee.com/shuaiqing/xmall