1. egovframe 다운로드 후 압축 → 압축 파일 C나 D드라이브로 이동
egovframework:dev3.8:gettingstarted [eGovFrame]
egovframework:dev3.8:gettingstarted [eGovFrame]
본 가이드는 전자정부 표준프레임워크 기반의 단순한 응용프로그램(HelloWorld)를 직접 실습해 봄으로써 빠른 시간 내에 전자정부 프레임워크의 기본 기능을 파악하기 위하여 제공한다. 본 가이드
www.egovframe.go.kr
⇒ 참고
2. JRE, JDK 설치
- 이클립스 → ini 파일에 추가 (openFile과 vmargs 사이에 추가) : jdk 설치 경로
- -vm C:\\Program Files\\Java\\jdk1.8.0_202\\bin\\javaw.exe
3. maven repository 저장 경로 변경하는 경우
- 이클립스 실행 → Window→ Preferences → Maven → User Settings → Local Repository (여기에 기본 경로 설정되어있음)
repository 저장 경로 true false
- ⇒ 변경할 경로에 settings 파일을 추가 후 User Settings 변경 후 Update Settings
4. 톰캣 설정
- 톰캣 설치
- Apache Tomcat® - Apache Tomcat 9 Software Downloads
- 압축 해제 후 이클립스 → Servers → Apache → Tomcat v9.0 Server → Next → 경로 및 JRE 설정 → Finish
Apache Tomcat® - Apache Tomcat 9 Software Downloads
Welcome to the Apache Tomcat® 9.x software download page. This page provides download links for obtaining the latest version of Tomcat 9.0.x software, as well as links to the archives of older releases. Unsure which version you need? Specification version
tomcat.apache.org
5. 프로젝트 생성
→ eGovFrame Web Project → 내용 입력 후 꼭 next 해서 샘플 파일도 생성하기
'Tools > eGovFrame' 카테고리의 다른 글
[eGovFrame] 전자정부프레임워크 PostgreSQL 연동 (0) | 2024.06.13 |
---|---|
[eGovFrame] 전자정부프레임워크 (1) | 2024.06.13 |