refactor : 게시글 클라이언트 컴포넌트 value 변경

This commit is contained in:
Colt
2022-10-28 20:09:13 +09:00
parent 2bf88262b7
commit 2a8480d2f4

View File

@@ -4,7 +4,7 @@ import org.springframework.cloud.openfeign.FeignClient
import org.springframework.web.bind.annotation.GetMapping
import org.springframework.web.bind.annotation.PathVariable
@FeignClient(value = "postClient", url = "https://jsonplaceholder.typicode.com/")
@FeignClient(value = "post", url = "https://jsonplaceholder.typicode.com/")
interface PostClient {
@GetMapping("/posts")