From c6d961992d797055c88a3623d4be3821058085bc Mon Sep 17 00:00:00 2001 From: Chris Yoon Date: Tue, 28 Mar 2023 15:48:09 +0900 Subject: [PATCH] =?UTF-8?q?README=20=EC=98=81=EB=AC=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 72224a2..e8fff92 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ This is the training source code for the Microservices Architecture (MSA) templa └─ingress ``` -### 디렉토리 설명 +### 디렉토리 설명 Contents - `/backend`: Spring Boot를 기반으로 백앤드에 올려지는 서비스들 Services on the backend based on Spring Boot - `/backend/apigateway`: Microservice에 대한 API 관리 및 모니터링 서비스 API management and monitoring service for microservices (service mesh) @@ -147,7 +147,7 @@ This is the training source code for the Microservices Architecture (MSA) templa - `/k8s/environments/vagrant`: 가상화 소프트웨어 개발환경의 생성을 쉽게 구성하도록 하는 Vagrant 관련 정의 Vagrant-specific definitions that make it easy to configure the creation of a virtualized software development environment - `/k8s/environments/zipkin`: 분산 트랜잭션 추적을 위한 Zipkin 관련 정의 Zipkin-specific definitions for distributed transaction tracing -## 백앤드 구동 방법 How to run the backend +## 백앤드 구동 방법 How to run backend - 개발환경 Eclipse IDE 를 실행한다. Run the Eclipse IDE for your development environment. - Eclipse IDE 메뉴에서 File>Import… 를 클릭한다. From the Eclipse IDE menu, click File>Import.... @@ -178,7 +178,7 @@ This is the training source code for the Microservices Architecture (MSA) templa (ELK 설정, Config 설정, OAuth 2.0 설정, API 호출 및 JUnit 테스트 관련해서는 02.MSA템플릿\_백엔드구성및실습.pdf 파일을 참조한다.) -## 프론트앤드 구동 방법 How to run the frontend +## 프론트앤드 구동 방법 How to run frontend ``` node : 14.8.0