회원서비스 히스트릭스 의존성 추가

This commit is contained in:
assu10
2020-11-01 21:48:09 +09:00
parent 66e067ea44
commit f9c3c0909b

View File

@@ -78,11 +78,11 @@
<artifactId>spring-cloud-starter-stream-kafka</artifactId>
</dependency>
<!-- 히스트릭스 : Eureka Client 에 포함 -->
<!--<dependency>
<!-- 히스트릭스 -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-hystrix</artifactId>
</dependency>-->
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>