谷粒商城是一个类似京东的自营商城平台,由业务集群系统+后台管理系统构成。 谷粒商城打通了分布式开发的全栈技能,包含前后分离全栈开发、Restful接口、数据校验、网关、注册发现、配置中心、熔断、限流、降级、 链路追踪、性能监控、压力测试、系统预警、集群部署、持续集成、持续部署。 谷粒商城分为三个部分:分布式基础、分布式高级、高可用集群部署 分布式基础篇:使用SpringBoot+Vue+逆向工程搭建全套后台管理系统,使用前后分离方式,以商品系统为例,手把手教大家进行全栈开发。 分布式高级篇:开发整个商城系统,使用SpringBoot+SpringCloud并配套SpringCloud
2021-10-06 22:53:39 21.45MB 谷粒商城
1
谷粒商城资料源码等2个文件.zip
2021-09-24 11:28:04 307.79MB 谷粒商城
1
谷粒商城全套文档,学习微服务的好资料,是java程序员必备学习资料,面试训练基础。 谷粒商城全套文档,学习微服务的好资料,是java程序员必备学习资料,面试训练基础。
2021-09-09 10:37:59 142.05MB 微服务 商城
1
谷粒商城项目的课件,不包括代码,侵删
2021-09-04 19:28:36 33.07MB 商城项目
1
尚硅谷,谷粒商城,k8s部署文档
2021-08-12 09:11:27 3.23MB 谷粒商城 k8s部署文档
1
XAINGMU
2021-07-26 09:01:33 33.14MB 谷粒商城
1
gulimall_pms 商品 drop table if exists pms_attr; drop table if exists pms_attr_attrgroup_relation; drop table if exists pms_attr_group; drop table if exists pms_brand; drop table if exists pms_category; drop table if exists pms_category_brand_relation; drop table if exists pms_comment_replay; drop table if exists pms_product_attr_value; drop table if exists pms_sku_images; drop table if exists pms_sku_info; drop table if exists pms_sku_sale_attr_value; drop table if exists pms_spu_comment; drop table if exists pms_spu_images; drop table if exists pms_spu_info; drop table if exists pms_spu_info_desc; /*==============================================================*/ /* Table: pms_attr */ /*==============================================================*/ create table pms_attr ( attr_id bigint not null auto_increment comment '属性id', attr_name char(30) comment '属性名', search_type tinyint comment '是否需要检索[0-不需要,1-需要]', icon varchar(255) comment '属性图标', value_select char(255) comment '可选值列表[用逗号分隔]', attr_type tinyint comment '属性类型[0-销售属性,1-基本属性,2-既是销售属性又是基本属性]', enable bigint comment '启用状态[0 - 禁用,1 - 启用]', catelog_id bigint comment '所属分类', show_desc tinyint comment '快速展示【是否展示在介绍上;0-否 1-是】,在sku中仍然可以调整', primary key (attr_id) ); alter table pms_attr comment '商品属性'; /*==============================================================*/ /* Table: pms_attr_attrgroup_relation */ /*==============================================================*/ create table pms_attr_attrgroup_relation ( id bigint not null auto_increment comment 'id', attr_id bigint comment '属性id', attr_group_id bigint comment '属性分组id', attr_sort int comment '属性组内排序', primary key (id) ); alter table pms_attr_attrgroup_relation comment '属性&
2021-07-22 17:00:48 26KB 尚硅谷
1
面试
2021-07-17 22:06:11 347KB 面试
1
谷粒商城高级篇整理课件共享
2021-07-15 21:03:41 33.61MB 谷粒商城 高级篇 课件
1
谷粒商城架构篇.zip
2021-07-14 20:01:26 199.3MB 谷粒商城
1