add request response

This commit is contained in:
kimscott
2020-02-06 16:14:27 +09:00
parent c8c81c2842
commit da89746eeb
5 changed files with 35 additions and 1 deletions

View File

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