From ecb7fdfd0f2f99c19b48cde838bd83a221b237a3 Mon Sep 17 00:00:00 2001 From: juhyun10 Date: Sun, 9 Aug 2020 23:20:48 +0900 Subject: [PATCH] =?UTF-8?q?README=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 41 ++++++++++++++++++++++++++++------------- README.md | 2 +- 2 files changed, 29 insertions(+), 14 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index f59f159..71b1ff0 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,11 +5,8 @@ - - - - + @@ -151,7 +162,9 @@ @@ -166,10 +179,11 @@ - - + + - + + @@ -214,10 +228,11 @@ - - + + - + + diff --git a/README.md b/README.md index 79281e8..1f0f065 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## Table of Contents - Config Server (환경설정 외부화) -> [Messaging with RabbitMQ](https://spring.io/guides/gs/messaging-rabbitmq/) +> [Messaging with RabbitMQ](https://spring.io/guides/gs/messaging-rabbitmq/)
> [AMQP doc](https://docs.spring.io/spring-boot/docs/2.3.2.RELEASE/reference/htmlsingle/#boot-features-amqp) - Feign (REST Client & Circuit Breaker) - Ribbon (Load Balancer)