본문 바로가기
프로그램/Spring

[eGovFrame] Mac에 전자정부프레임워크 설치하기

by 로드러너 2015. 10. 9.
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

전자정부프레임워크 사이트에서 제공하는 설치환경은 윈도우즈 밖에 없습니다. 

우리나라 사용자 환경이 위도우즈 위주로 되어 있다보니 그렇게 한 것인거 같기는 한데. 최근에는 개발자들 중에 리눅스나 맥을 사용하는 사람들도 좀 되서 그런 사람들은 많이 불편했습니다.

그나마 다행인 것이 수동으로 전자정부프레임워크 환경을 구성할 수 있는 가이드가 있네요.



Eclipse Luna(4.4)

필수

Eclipse 4.4 

Spring Core 3.7.0 

UML2 Extension 5.0.2 

Subversive SVN Connector 2.0.4 

eGovFrame 3.5.1 

JUnit 4.11 

MyBatipse 1.0.13 

PMS 4.0.7 

FindBugs 3.0.1 

옵션

Properties Editor 6.0.4 

EclEmma 2.3.2

안드로이드 개발 필수

Developer Tools 23.0.7

Android Connector for M2E 1.1.0


Eclipse Kepler(4.3)

필수

Eclipse 4.3

Spring Core 3.6.2

UML2 Extension 4.1.2

Subversive SVN Connector 2.0.1

eGovFrame 3.1.0

JUnit 4.11

옵션

MyBatipse 1.0.8

PMD 3.2.6

FindBugs 2.0.2

Properties Editor 6.0.0

EclEmma 2.3.2

안드로이드 개발 필수

Developer Tools 23.0

Android Connector for M2E 1.1.0


Eclipse Juno(4.2)

필수

Eclipse 4.2

Maven(m2eclipse) 1.3.10.17.0

Spring Core 3.1.0

UML2 Extension 4.0.2

Subversive SVN Connector 1.0.0

eGovFrame 2.5.0

JUnit 4.8.1

옵션

PMD 3.2.6

FindBugs 2.0.2

Properties Editor 6.0.0

안드로이드 개발 필수

Developer Tools 22.3

Android Connector for M2E 0.4.3


Eclipse Indigo(3.7)


Eclipse Helio(3.6)



전자정부 프레임워크 인스톨 가이드



다른글

[eGovFrame] Class 'egovframework.com.cmm.web.EgovBindingInitializer' not found [config set: test-common/web-context]

[eGovFrame] 로그인 체크 인터셉터 사용 (AuthenticInterceptor)