-
Notifications
You must be signed in to change notification settings - Fork 61
Zuul Server
Wuyi Chen edited this page Jun 12, 2019
·
7 revisions
The service gateway which routes incoming service calls to proper services by a single entry point.
- Spring Cloud
- Netflix Zuul
No. | Method | URL | Description |
---|---|---|---|
ZUS1 | GET | http://localhost:5555/routes | Display all the managed routes with Zuul |
- 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