diff --git a/README.md b/README.md index 0d7654d..32a596b 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,10 @@

公众号 - 学习教程 + 后台项目 前端项目 - QQ群 - QQ群 - 码云 + 交流 + 码云

## 项目介绍 @@ -36,8 +35,8 @@ mall ## 项目文档 +- 项目文档`mall`系列教程:[http://www.macrozheng.com](https://macrozheng.github.io/mall-learning) - 配套`Spring Cloud`系列教程:[https://github.com/macrozheng/springcloud-learning](https://github.com/macrozheng/springcloud-learning) -- 项目相关`mall`系列教程:[http://www.macrozheng.com](https://macrozheng.github.io/mall-learning) ## 项目演示 @@ -106,14 +105,34 @@ nginx | 1.10 | http://nginx.org/en/download.html - `分布式事务`解决方案请参考:[使用Seata彻底解决Spring Cloud中的分布式事务问题!](https://juejin.im/post/5dd53a9d5188255d35425a08) - `ELK`日志收集系统的搭建请参考:[SpringBoot应用整合ELK实现日志收集](https://github.com/macrozheng/mall-learning/blob/master/docs/technology/mall_tiny_elk.md); +## 运行效果展示 + +- 注册中心控制台信息: + +![](./document/resource/mall_swarm_linux_07.png) + +- 监控中心应用信息: + +![](./document/resource/mall_swarm_linux_08.png) + +![](./document/resource/mall_swarm_linux_09.png) + +- 可视化容器管理: + +![](./document/resource/mall_swarm_linux_02.png) + +![](./document/resource/mall_swarm_linux_04.png) + ## 公众号 mall项目全套学习教程连载中,**关注公众号**第一时间获取。 +加微信群交流,公众号后台回复**加群**即可。 + ![公众号图片](http://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/banner/qrcode_for_macrozheng_258.jpg) ## 许可证 [Apache License 2.0](https://github.com/macrozheng/mall-swarm/blob/master/LICENSE) -Copyright (c) 2018-2019 macrozheng +Copyright (c) 2018-2019 macrozheng \ No newline at end of file diff --git a/document/resource/mall_micro_service_arch.jpg b/document/resource/mall_micro_service_arch.jpg index 4701346..83c98a8 100644 Binary files a/document/resource/mall_micro_service_arch.jpg and b/document/resource/mall_micro_service_arch.jpg differ diff --git a/mall-config/src/main/resources/application-native.yml b/mall-config/src/main/resources/application-native.yml new file mode 100644 index 0000000..5c884f5 --- /dev/null +++ b/mall-config/src/main/resources/application-native.yml @@ -0,0 +1,4 @@ +eureka: + client: + service-url: + defaultZone: http://localhost:8001/eureka/ \ No newline at end of file