Java-Interview-Advanced/docs/distributed-system/Dubbo-SpringCloud-experienc...

10 lines
531 B
Markdown
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

Spring Cloud来搭建了一套
http://localhost:9000/order/order/create?productId=1&userId=1&count=3&totalPrice=300
刚开始几次请求会出现请求超时的问题这个问题大家别纠结后续要给大家讲spring cloud生产系统的优化
小小的小作业参考一下dubbo的官方文档搭建一个电商系统的dubbo版本的案例出来我后面会搭建好的
[代码下载点击这里哦!](https://github.com/shishan100/Java-Interview-Advanced/raw/master/docs/distributed-system/code/code.zip)