课程信息
百战商城项目是一个综合性的 B2C 电子商务平台,功能类似于淘宝、京东。用户可以 在系统中通过搜索商品、查看商品详情、加入购物车、购买商品并生成订单完成购物操作 。
课程大纲
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142
| ├──资料 ├──百战商城.pdf 3.53M ├──代码.rar 654.10M └──资料.rar 450.50M ├──1-百战商城项目介绍.mp4 30.66M ├──10-将注册中心部署到linux环境中.mp4 74.27M ├──100-实现用户注册接口.mp4 45.90M ├──101-在common_redis服务中实将用户添加到缓存接口.mp4 70.28M ├──102-在frontend_sso服务中实现用户登录接口.mp4 97.68M ├──103-在common_redis服务中实现用户退出登录接口.mp4 29.56M ├──104-在frontend_sso服务中实现用户退出登录接口.mp4 28.61M ├──105-在common_redis服务中实现缓存购物车接口.mp4 60.63M ├──106-在common_redis服务中实现查询购物车接口.mp4 20.95M ├──107-在frontend_cart服务中实现用户登录状态下向购物车中添加商品.mp4 111.10M ├──108-在frontend_cart服务中实现用户登录状态下查看物车中商品.mp4 46.33M ├──109-在frontend_cart服务中实现用户登录状态下修改购物车商品数量.mp4 36.61M ├──11-创建工具集项目.mp4 47.59M ├──110-在frontend_cart服务中实现用户登录状态下删除购物车中的商品.mp4 29.75M ├──111-在frontend_sso服务用户登录业务中实现同步购物车业务.mp4 138.84M ├──112-在frontend_sso服务用户登录业务中实现删除临时购物车.mp4 58.54M ├──113-在frontent_cart服务中实现结算接口.mp4 71.12M ├──114-创建frontend_order服务.mp4 32.63M ├──115-在common_redis服务中实现生成订单ID接口.mp4 72.06M ├──116-在frontend_order服务中实现创建订单接口.mp4 150.47M ├──117-提交订单后将订单中所包含的商品从购物车中删除.mp4 49.62M ├──118-在common_redis服务中实现检查用户是否登录接口.mp4 51.70M ├──119-在frontend_cart服务中添加校验用户是否登录的Interceptor.mp4 88.52M ├──12-后台系统项目架构设计.mp4 15.05M ├──120-创建网关服务.mp4 51.86M ├──121-在网关中配置后台服务代理.mp4 81.51M ├──122-在网关中配置前台服务代理.mp4 152.39M ├──123-在网关中配置超时调优.mp4 54.75M ├──124-在网关中实现对服务降级处理.mp4 140.58M ├──125-使用令牌桶算法实现限流.mp4 108.36M ├──126-使用Postman测试服务降级与网关限流.mp4 16.71M ├──127-创建分布式配置中心服务端.mp4 31.00M ├──128-安装rabbitmq.mp4 71.46M ├──129-在gitee中创建远程仓库.mp4 11.60M ├──13-创建common_item服务.mp4 60.47M ├──130-在分布式配置中心服务端中添加消息总线.mp4 26.41M ├──131-在分布式配置中心客户端中添加消息总线.mp4 32.78M ├──132-将配置文件上传到gitee远程仓库中.mp4 37.36M ├──133-在每个客户端服务中创建bootstrap.yml文件.mp4 43.75M ├──134-测试分布式配置中心.mp4 32.42M ├──135-测试自动刷新配置信息.mp4 31.92M ├──136-通过Hystrix对下游服务做降级处理.mp4 108.18M ├──137-ELK分布式日志管理.mp4 67.41M ├──138-项目总结.mp4 19.63M ├──14-创建backend_item项目.mp4 32.09M ├──15-在common_item服务中实现查询商品.mp4 96.77M ├──16-在backend_item服务中实现查询商品.mp4 99.41M ├──17-在common_item服务中实现查询商品分类.mp4 65.22M ├──18-在backend_item服务中实现查询商品分类.mp4 69.09M ├──19-在common_item服务中实现查询商品规格参数模板.mp4 63.41M ├──2-百战商城项目架构介绍.mp4 8.36M ├──20-在backend_item服务中实现查询商品规格参数模板.mp4 54.96M ├──21-在backend_item服务中实现图片上传.mp4 148.58M ├──22-在common_item服务中实现添加商品.mp4 31.03M ├──23-在common_item服务中实现添加商品描述.mp4 28.04M ├──24-在common_item服务中实现添加商品规格参数.mp4 24.16M ├──25-在backend_item服务中实现商品添加.mp4 86.90M ├──26-搭建TX-LCN服务端.mp4 84.58M ├──27-搭建TX-LCN客户端.mp4 18.26M ├──28-在common_item服务中添加分布式事务处理.mp4 53.46M ├──29-在backend_item服务中添加分布式事务处理.mp4 29.75M ├──3-百战-前台系统环境.mp4 185.65M ├──30-在common_item服务中删除商品.mp4 30.32M ├──31-在backend_item服务中删除商品.mp4 35.21M ├──32-在common_item服务中添加商品预更新查询.mp4 69.85M ├──33-在backend_item服务中添加商品预更新查询.mp4 50.40M ├──34-解决在预更新时无法显示ItemDesc的内容.mp4 14.90M ├──35-在common_item服务中添加商品更新.mp4 55.09M ├──36-在backend_item服务中添加商品更新.mp4 70.55M ├──37-在common_item服务中添加查询全部规格参数模板.mp4 42.97M ├──38-在backend_item服务中添加查询全部规格参数模板.mp4 37.55M ├──39-在common_item服务中实现为商品分类添加规格参数模板.mp4 43.79M ├──4-项目技术介绍.mp4 6.40M ├──40-在backend_item服务中实现为商品分类添加规格参数.mp4 45.41M ├──41-在common_item服务中实现删除规格参数模板.mp4 20.03M ├──42-在backend_item服务中实现删除规格参数模板.mp4 30.72M ├──43-测试添加商品与更新商品完整流程.mp4 45.74M ├──44-创建common_content服务.mp4 30.24M ├──45-创建backend_content服务.mp4 23.83M ├──46-在common_content服务中实现查询内容分类.mp4 72.83M ├──47-在backend_content服务中实现查询内容分类.mp4 65.98M ├──48-在common_content服务中实现添加内容分类.mp4 70.07M ├──49-在backend_content服务中实现添加内容分类.mp4 34.57M ├──5-创建数据库并导入sql文件.mp4 119.69M ├──50-在common_content服务中实现删除内容分类.mp4 97.67M ├──51-在backend_content服务中实现删除内容分类.mp4 39.88M ├──52-在common_content服务中实现修改内容分类.mp4 38.73M ├──53-在backend_content服务中实现修改内容分类.mp4 30.92M ├──54-在common_content服务中实现根据分类查询内容.mp4 53.72M ├──55-在backend_content服务中实现根据分类查询内容.mp4 51.76M ├──56-在common_content服务中实现根据分类添加内容.mp4 26.14M ├──57-在backend_content服务中实现根据分类添加内容.mp4 30.87M ├──58-在common_content服务中实现删除分类下的内容.mp4 26.90M ├──59-在backend_content服务中实现删除分类下的内容.mp4 31.21M ├──6-创建bz_parent工程.mp4 37.64M ├──60-创建frontend_portabl项目.mp4 51.15M ├──61-在common_item服务中实现首页商品分类查询.mp4 174.44M ├──62-在frontend_portal服务中实现首页商品分类查询.mp4 72.88M ├──63-在common_item服务中实现首页大广告位查询.mp4 94.47M ├──64-在frontend_portal服务中实现首页大广告位查询.mp4 47.89M ├──65-测试查询首页大广告位.mp4 39.83M ├──66-创建common_redis缓存服务.mp4 92.01M ├──67-配置RedisTemplate序列化器.mp4 51.72M ├──68-在common_redis中实现缓存首页商品分类.mp4 98.18M ├──69-在frontend_portal3.3.2服务中添加首页商品分类查询缓存业务.mp4 105.68M ├──7-创建Mapper与Pojo项目.mp4 14.33M ├──70-在common_redis中实现缓存首页大广告位.mp4 58.65M ├──71-在frontend_portal3.3.2服务中添加首页大广告位查询缓存业务.mp4 61.96M ├──72-在solr中配置业务字段.mp4 30.61M ├──73-创建frontend_search项目,添加坐标依赖.mp4 30.51M ├──74-在frontend_search服务中完成相关配置.mp4 39.56M ├──75-从关系型数据库中查询业务数据.mp4 67.93M ├──76-在frontend_search服务中实现导入数据接口.mp4 65.71M ├──77-在frontend_search服务中实现搜索接口.mp4 165.18M ├──78-向索引库中添加搜索商品.mp4 138.60M ├──79-在common_item服务中实现查询商品基本信息.mp4 68.31M ├──8-使用工具生成mapper与pojo.mp4 37.44M ├──80-在frontend_portal服务中实现查询商品基本信息.mp4 75.80M ├──81-在common_item服务中实现查询商品介绍接口.mp4 34.91M ├──82-在frontend_portal服务中实现查询商品介绍接口.mp4 30.42M ├──83-在common_item服务中实现查询商品规格参数接口.mp4 37.16M ├──84-在frontend_portal服务中实现查询商品规格参数接口.mp4 26.42M ├──85-在common_redis服务中添加缓存商品基本信息接口.mp4 78.27M ├──86-在frontend_portal服务中添加查询缓存商品基本信息业务.mp4 45.87M ├──87-在common_redis服务中添加缓存商品介绍接口.mp4 32.43M ├──88-在frontend_portal服务中添加查询缓存商品介绍信息业务.mp4 24.06M ├──89-在common_redis服务中添加缓存商品规格参数接口.mp4 33.93M ├──9-搭建注册中心.mp4 55.83M ├──90-在frontend_portal服务中添加查询缓存商品规格参数业务.mp4 27.20M ├──91-创建购物车服务.mp4 34.05M ├──92-购物车的设计.mp4 25.75M ├──93-在未登录的状态下将商品添加到购物车中.mp4 195.86M ├──94-在未登录状态下查看购物车中的商品.mp4 51.50M ├──95-在未登录状态下修改购物车中商品的数量.mp4 34.38M ├──96-在未登录状态下删除购物车中的商品.mp4 30.19M ├──97-什么是单点登录.mp4 19.99M ├──98-创建用户注册与登录服务.mp4 37.66M └──99-实现用户注册信息验证接口.mp4 68.58M
|
下载地址
百度网盘 | 带提取码