Skip to content

toforo/test-springcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

SpringCloud Test Demo

Test Desc

  • Eureka服务注册中心测试:
    • http://localhost:9000(账号密码: test 123456)
  • Eureka服务生产者测试:
    • http://localhost:9010/hello/{name}
    • http://localhost:9011/hello/{name}
  • Eureka服务消费者测试:
    • http://localhost:9020/test(需关闭负载均衡)
  • Ribbon负载均衡测试:
    • http://localhost:9020/ribbon/test
  • Hystrix断路器测试:
    • http://localhost:9020/hystrix/test/{name}(需关闭一个服务生产者)
  • Config配置中心测试:
    • http://localhost:9020/config/test(客户端访问配置中心)
    • http://localhost:9040/springcloud-eureka-consumer/dev/master(直接访问配置中心)
  • Actutor刷新配置测试:
    • http://localhost:9020/refresh.html
  • Zuul API网关测试:
    • http://localhost:9030/provider/hello/{name}
    • http://localhost:9030/consumer/ribbon/test

About

SpringCloud Test Demo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published