Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 정규표현식
- MySQL
- Spring Batch
- regex
- 퀵소트
- Webpack
- REACT
- nodejs
- REACTJS
- Effective Java
- upgrade
- log_bin
- log4j2
- current_date
- npm
- eslint
- Node
- JavaScript
- Effective Java 3/e
- spring
- update
- Regular expression
- java
- git
- mysql 5.5
- expire_logs_days
- migration
- Express
- Chunk
- spring cloud
Archives
- Today
- Total
내 세상
[Spring Cloud] API 통합 단일 진입점 제공 본문
728x90
API 통합 단일 진입점 제공
Spring cloud gateway vs zuul
API GW를 이용한 API proxy 실습
- API Gateway 를 통해 요청이 전달되도록 설정하는 방법
시간에 따른 연결처리 방식
- 지정된 시간 이후에만 접근가능하도록 설정
Eureka Server Application.yml
eureka:
server.enableSelfPreservation: false
instance:
hostname: localhost
prefer-ip-address: true
client:
#eureka server를 client로 등록
registerWithEureka: false
#client에서 서비스 리스트를 캐싱
fetchRegistry: false
serviceUrl:
defaultZone: http://${eureka.instance.hostname}:${server.port}/eureka/
|
728x90
'Technical > Spring Cloud' 카테고리의 다른 글
[Spring Batch] Tasklet, Chunk (0) | 2022.12.21 |
---|---|
[Spring Cloud] 장애 허용 시스템 구축, Circuit breaker, Spring Cloud Config, Spring Boot Admin (0) | 2022.12.20 |
[Spring Cloud] 12Factor, Architecture (0) | 2022.12.19 |
[Spring Cloud] DNS 매핑 및 읽기 요청 부하 분산 등 (0) | 2022.12.19 |
[Spring Cloud] 스프링 클라우드 학습 (0) | 2022.12.19 |