Skip to content

Special Routes Service

Wuyi Chen edited this page May 8, 2019 · 7 revisions

Description

Provide an alternate endpoint for a certain service.

Technique

  • Spring Cloud
  • Spring Data JPA
  • Netflix Eureka
  • Netflix Hystrix

Available API Calls

Method URL Description
GET http://localhost:8040/v1/route/abtesting/{application_name} Get all the alternate endpoint for a certain application service

Database Table(s)

  • abtesting
Clone this wiki locally