From 0c02009382a7776579b06b0f7ee9d8f2b4b22c93 Mon Sep 17 00:00:00 2001 From: Jooho Yoon Date: Tue, 9 Nov 2021 17:37:04 +0900 Subject: [PATCH] =?UTF-8?q?Doc:=20=EA=B5=AC=EB=8F=99=20=EB=B0=A9=EB=B2=95?= =?UTF-8?q?=20=EC=84=A4=EB=AA=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 30 ++++++++++++++++++++++-------- 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1736eeb..1b107e0 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,32 @@ -# 표준프레임워크 심플홈페이지 템플릿 변환 +# 표준프레임워크 심플홈페이지 BackEnd -## 1. [Java Config 변환](./Docs/JavaConfig변환.md) +## BackEnd 구동 -### 1) Web.xml -> WebApplicationInitializer 구현체로 변환 +### CLI 구동 방법 +> mvn spring-boot:run +### IDE 구동 방법 +개발환경에서 프로젝트 우클릭 > Run As > Spring Boot App을 통해 구동한다. -### 2) context-*.xml -> @Configuration 변환 +## FrontEnd 구동 (React) +현재 FrontEnd는 React 관련 예제로 구성되어 있다. +[심플홈페이지FrontEnd](https://github.com/eGovFramework/egovframe-template-simple-react.git) 소스를 받아 구동한다. -### 3) properties 변환(예정) boot 지원 +## 변경 사항 -## 2. API 변환 +### 1. [Java Config 변환](./Docs/JavaConfig변환.md) + +#### 1) Web.xml -> WebApplicationInitializer 구현체로 변환 + + +#### 2) context-*.xml -> @Configuration 변환 + + +#### 3) properties 변환(예정) boot 지원 + + +### 2. API 변환 직접 View와 연결하던 방법에서 API 형식으로 변환 -> 다양한 프론트에서 적용 가능 하도록 예제 제공 -## 3. 프론트 예제 -React