Skip to content

yeochul-jeon/egovframe.rte.3.5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

egovframe.rte.3.5

실행환경 구성 (egovframe.rte)

  1. Batch - 배치처리 (bat)

  2. Foundation - 공통기반 (fdl)

  • cmmn : 공통
  • crypt : 암호화
  • excel : 엑셀처리
  • filehandling : 파일처리
  • idgnr : uuid 생성
  • logging : 로그처리
  • property : 속성관리
  • security : 보안 (로그인, 인증, 접근제어)
  • string : 문자열처리
  • xml : xml 처리 (Manipulation)
  1. Integration - 연계통합 (itl)
  • integration : 메타데이터연계
  • webservice : 웹 서비스 연계
  1. Persistence - 데이터처리 (psl)
  • jpa
  • mongodb
  • dataaccess : ORM
  1. Presentation - 화면처리 (ptl)
  • mvc : model-view-contriller
  • spring-modules-validation : 입력유효성

빌드방법

  • 전체빌드 : 메인에 있는 pom.xml을 mvn install 수행
  • 개별빌드 : 디렉터리 안에 pom.xml 을 직접 mvn install 실행

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 75.2%
  • HTML 23.9%
  • JavaScript 0.6%
  • GAP 0.2%
  • PLpgSQL 0.1%
  • Batchfile 0.0%