====== 공통컴포넌트 ======
===== 수동 다운로드 설치 =====
1. 프로젝트 생성 (New > eGovFrame Web Project)
2. 공통컴포넌트 다운로드 & 압축 해제
3. 압축 해제된 파일을 생성된 프로젝트에 덮어쓰기
4. 프로젝트 패키지 변경
egovframework.com.ems
sndng-mail
1.0
- Maven Install
Run > Run As > Maven Install
or
프로젝트명_egovframework-all 마우스 오른쪽키 > Run As > Maven Install
> 로그에 [WARNING] or [ERROR] 내용은 주의 깊게 보자
> 처음부터 에러가 난다면 Properties > Java Build Path > Libraries 에서 JRE를 재지정해보자
- Maven > Update Project...
- context-crypto.xml 수정
파일내용을 메모장에 붙여 넣기 했다가, 다시 복사하여 파일 업데이트 함
DB 생성
DDL 실행
comment
DML 실행
* [[https://m.blog.naver.com/PostView.nhn?blogId=nuberus&logNo=221572217360|[eGovFramework] 프로젝트에 공통컴포넌트 적용하기]]
===== 프로젝트 템플릿 설치 =====
* [[https://web-obj.tistory.com/273|전자정부 표준프레임워크 3.8 all-on-one 처음 셋팅해보기]]
===== Faq =====
* [[https://dy20c.tistory.com/60| globals.properties db 암호화]]
* [[https://smallgiant.tistory.com/15|예제 보고 따라하다 겪는 LifeCycleException]]
web.xml
===== Ref =====
* [[https://papababo.tistory.com/303|The project was not built since its build path is incomplete. Cannot find the class file for ... 오류발생시 해결방법]]
{{tag>공통컴포넌트}}