-
Notifications
You must be signed in to change notification settings - Fork 59
Special Routes Service
Wuyi Chen edited this page May 8, 2019
·
7 revisions
Provide an alternate endpoint for a certain service.
- Spring Cloud
- Spring Data JPA
- Netflix Eureka
- Netflix Hystrix
Method | URL | Description |
---|---|---|
GET | http://localhost:8040/v1/route/abtesting/{application_name} | Get all the alternate endpoint for a certain application service |
- abtesting
- Overview
- Getting Started
-
Technical Essentials
- Autowired
- SpringData JPA
- Configuration File Auto-loading
- Configuration Encryption
- Service Discovery with Eureka
- Resiliency Patterns with Hystrix
- Configure Hystrix
- Service Gateway with Zuul
- Zuul Filters
- Protect Service with Spring Security and OAuth2
- Use JWT as Access Token
- Store Clients and Users' Credentials to DB
- Integrate with Message Queue (Kafka)
- Integrate with Redis
- Tune Logging
- Log Aggregation
- Send Trace to Zipkin
- Build Runnable Jar
- Core Application Logic
- Components