req-res 방식 추가에 따른 변경사항 적용

This commit is contained in:
kimscott
2020-02-14 17:00:11 +09:00
parent 70ba0b5d9e
commit 80bd392043
3 changed files with 6 additions and 60 deletions

11
pom.xml
View File

@@ -79,17 +79,6 @@
<scope>test</scope>
</dependency>
<!-- hystrix circuit breaker -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-hystrix</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-hystrix-dashboard</artifactId>
</dependency>
<!-- Add Stackdriver Trace Starter -->
<!-- <dependency>-->
<!-- <groupId>org.springframework.cloud</groupId>-->