...
Code Block |
---|
compile('org.springframework.cloud:spring-cloud-starter-netflix-ribbon')
compile('org.springframework.retry:spring-retry:1.2.2.RELEASE') |
2. [display] DisplayApplication의 RestTemplate 빈에 @LoadBalanced 추가
...
...
Code Block |
---|
compile('org.springframework.cloud:spring-cloud-starter-netflix-ribbon')
compile('org.springframework.retry:spring-retry:1.2.2.RELEASE') |
...