토리맘의 한글라이즈 프로젝트 logo 토리맘의 한글라이즈 프로젝트

스프링 클라우드 게이트웨이 공식 레퍼런스를 한글로 번역한 문서입니다.

버전은 3.0.2 기준입니다.


이 프로젝트를 사용하면 스프링 5, 스프링 부트 2, 프로젝트 리액터를 비롯한 스프링 에코시스템 위에 API 게이트웨이를 구축할 수 있다. 스프링 클라우드 게이트웨이의 주목적은 간단하면서도 확실한 방법으로 요청을 다른 API로 라우팅하고, 보안, 모니터링/메트릭, resiliency같은 횡단 관심사를 모아 처리하는 거다.


목차:

  1. How to Include Spring Cloud Gateway
  2. Glossary
  3. How It Works
  4. Configuring Route Predicate Factories and Gateway Filter Factories
  5. Route Predicate Factories
  6. GatewayFilter Factories
  7. Global Filters
  8. HttpHeadersFilters
  9. TLS and SSL
  10. Configuration
  11. Route Metadata Configuration
  12. Http timeouts configuration
  13. Reactor Netty Access Logs
  14. CORS Configuration
  15. Actuator API
  16. Troubleshooting
  17. Developer Guide
  18. Building a Simple Gateway by Using Spring MVC or Webflux
  19. Configuration properties

Next :
How to Include Spring Cloud Gateway
프로젝트에 스프링 클라우드 게이트웨이를 추가하는 방법 한글 번역

<< >>

TOP