Spring Cloud Components Complete

Source: Internet
Author: User

Instructions for project startup and configuration:

1, the first to start is eureka-server, and you need to maintain its boot state throughout the test process, because it is the registry, most services must rely on it to achieve the necessary functions.
2, if you want to test the configuration center, you can start Config-server, and then start service-a, according to the rules to obtain Config-server configuration information.
3, if you want to test load balancing, you need to start the Ribbon, Service-b, SERVICE-B2 Engineering, in the Ribbon to configure their own required load balancing policies, configuration method see: http://blog.csdn.net/rickiyeat/ article/details/64918756
4, if you want to test the route, you need to start the Zuul project, in addition to ensure that service-b, SERVICE-B2, service-a one or more of the project is in the starting state, according to the Zuul project configuration file to carry out the corresponding operation.
5. If you want to view the Spring Boot admin console, you need to start the Service-admin, Service-b project, note that the Spring Boot admin project needs to run at least in the JDK8 environment.
6, if you want to test the fuse function, you need to start hystrix-ribbon and ribbon or feign and Hystrix-feign project.
7, if you want to view the circuit breaker monitoring station, please start Hystrix-dashboard (stand-alone) and turbine (cluster) engineering, using the method code comments are written.
8, if you want to know the service between the call situation, start Sleuth, SERVICE-B2, Service-a.

Spring Cloud Components Complete

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.