Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- spring cloud
- 이분 매칭
- ZuulFilter
- 유레카
- 서비스 디스커버리
- Java
- spring boot
- 플로이드 와샬
- BFS
- Gradle
- 이분 탐색
- 구현
- docker-compose
- 백트래킹
- 완전 탐색
- Logback
- 주울
- 도커
- 게이트웨이
- 트리
- 다익스트라
- Zuul
- 달팽이
- 구간 트리
- dp
- Spring Cloud Config
- 스택
- 비트마스킹
- 스프링 시큐리티
- 메모이제이션
Archives
- Today
- Total
목록Spring Cloud/Circuit breaker (1)
Hello, Freakin world!
Resilience4j로 간단한 서킷 브레이커 구현해보기
스프링 이니셜라이저를 이용해 아래와 같은 의존성을 가지는 프로젝트를 생성합니다. plugins { id 'org.springframework.boot' version '2.4.3' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id 'java' } group = 'springboot.cloud' version = '1.0.0' sourceCompatibility = '11' configurations { compileOnly { extendsFrom annotationProcessor } } repositories { mavenCentral() } ext { set('springCloudVersion', "2020.0.1") } depend..
Spring Cloud/Circuit breaker
2021. 3. 8. 17:58