egov admin springboot v4.2.3
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Jooho Yoon 53fbe11680 Fix: hsql 한글 깨짐 수정 4 years ago
DATABASE Init: first Init 4 years ago
Docs Doc: Add Documents 4 years ago
ant_script Init: first Init 4 years ago
src/main Fix: hsql 한글 깨짐 수정 4 years ago
.gitignore Init: first Init 4 years ago
.pmd Init: first Init 4 years ago
.springBeans Init: first Init 4 years ago
README.md [Commit Sync] 2021.11.03.11.34 4 years ago
pom.xml Fix: cli boot 시 repository 오류 해결 4 years ago

README.md

표준프레임워크 심플홈페이지 템플릿 변환

1. Java Config 변환

1) Web.xml -> WebApplicationInitializer 구현체로 변환

2) context-*.xml -> @Configuration 변환

3) properties 변환(예정) boot 지원

2. API 변환

직접 View와 연결하던 방법에서 API 형식으로 변환 -> 다양한 프론트에서 적용 가능 하도록 예제 제공

3. 프론트 예제

React