Special Routes Service - wuyichen24/spring-microservices-in-action GitHub Wiki

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