Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

yinxiaocong/springboot-cloud

Repository files navigation

Build Status QQ群 Open Source Love

springboot-cloud

中文简介

👉Distributed Micro Service Based on SpringBoot + springCloud.👈

Directory Structure

├── sbc-common // common package. 
│ ├── src/main
│ ├── ├──java/com/crossoverJie/sbcorder/common // Specific code. 
│ ├── ├──resources
├── sbc-gateway-zuul // gateWay. 
│ ├── src/main
│ ├── ├──java/com/crossoverJie/gateway/zuul // Specific code. :8383 port.
│ ├── ├──resources
├── sbc-order // order app :8181 port.
│ ├── src/main
│ ├── ├──java/com/crossoverJie/sbcorder // Specific code.
│ ├── ├──resources
├── sbc-service // eureka-server Registration center :8888 port.
│ ├── src/main
│ ├── ├──java/com/crossoverJie/service/ // Specific code.
│ ├── ├──resources
├── sbc-user // user app. :8080 port.
│ ├── src/main
│ ├── ├──java/com/crossoverJie/sbcuser/
│ ├── ├──resources
├── sbc-request-check // remove duplicates starter.
│ ├── src/main
│ ├── ├──com/crossoverJie/request/check // Specific code. 
│ ├── ├──├──anotation // anotation package.
│ ├── ├──├──conf // Automate configuration-related code.
│ ├── ├──├──interceptor // Aspect.
│ ├── ├──├──properties // configuration.
│ ├── ├──resources
│ ├── ├──├──META-INF
│ ├── ├──├──├──spring.factories // Automated configuration files.
├── sbc-hystix-turbine // Hystrix Dashboard :8282 port.
│ ├── src/main
│ ├── ├──java/com/crossoverJie/hystrix/turbine
│ ├── ├──resources
├── .gitignore 
├── LICENSE 
├── README.md 

TODO LIST

Partial Screenshots

https://ooo.0o0.ooo/2017/06/26/59511cef59d46.jpg


05.jpg


03.jpg


令牌桶算法-来自网络.gif

hystrix

Zuul

Distributed

Contact Author

About

👬 springboot + springcloud build micro service

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%

AltStyle によって変換されたページ (->オリジナル) /