From 403754f9b0de5cd857cc925e80c9ffd01d31fade Mon Sep 17 00:00:00 2001 From: Jooho Yoon Date: Tue, 15 Feb 2022 15:43:38 +0900 Subject: [PATCH] =?UTF-8?q?Doc:=20=EB=AC=B8=EC=84=9C=20=ED=8C=8C=EC=9D=BC?= =?UTF-8?q?=EB=AA=85=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a529a3c..a7473ba 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ | maven | 3.8.1 | + ## BackEnd 구동 ### CLI 구동 방법 @@ -20,15 +21,18 @@ mvn spring-boot:run ### IDE 구동 방법 개발환경에서 프로젝트 우클릭 > Run As > Spring Boot App을 통해 구동한다. + + ## FrontEnd 구동 (React) 현재 FrontEnd는 React 관련 예제로 구성되어 있다. [심플홈페이지FrontEnd](https://github.com/eGovFramework/egovframe-template-simple-react.git) 소스를 받아 구동한다. + ## 변경 사항 -### 1. [Java Config 변환](./Docs/JavaConfig_Convert.md) +### 1. [Java Config 변환](./Docs/java-config-convert.md) #### 1) Web.xml -> WebApplicationInitializer 구현체로 변환