개발

[java] 전자정부프레임워크 초기 세팅

지승준 2014. 3. 31. 16:58

- 설치

1. jdk 설치 http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html

2. 아파치 설치 http://tomcat.apache.org/

3. 전자정부프레임워크 설치 http://www.egovframe.go.kr/

4. MySql 설치 http://dev.mysql.com/downloads/


- MySQL 설치

1. 다운로드 : MySql Community Server → Windows MySql Installer MSI 옆 [Download] → 용량큰것 클릭 → No thanks, just start my download.

2. 설치 : Install MySQLProducts → I accept the license terms 체크 → 체크없이 Execute


- 이클립스 설정

1. 아파치 설정 Windows → Preferences → Server → Runtime Environments → Add


- AuthGateCommonController 오류발생시 

기존 : static Logger logger = Logger.getLogger(AuthGateController.class);

변경 : static Logger logger = Logger.getLogger(AuthGateCommonController.class);


- Description Resource Path Location Type Error occured processing XML 오류발생시

Spring Tools - Remove Validation Markers