1. Java 설치
sdkman 을 이용했으나, 전자정부프레임워크 가 실행이 안됨 -> 삭제
brew 를 이용하였으나 역시 인식 실패
openjdk 를 직접 다운로드 하여 압축해제 후 설치하여 성공함!!
Archived OpenJDK GA Releases
Archived OpenJDK General-Availability Releases This page is an archive of previously released builds of the JDK licensed under the GNU General Public License, version 2, with Classpath Exception. WARNING: These older versions of the JDK are provided to he
jdk.java.net
openjdk15 다운로드
/Library/Java/JavaVirtualMachines 로 이동 후 압축해제 ( sudo 이용 )
위치 구조
/Library/Java/JavaVirtualMachines/jdk-15.0.2.jdk
여기에 복사하면
/usr/libexec/java_home -V 를 이용해 버전 변경 및 현재 확인도 가능함
그리고 .zshrc 에 export JAVA_HOME을 이용해 설정!
2. tomcat 설치
brew install tomcat -> 설치는 잘되네 이클립스내에서 톰캣 추가하면 설정안됨..
sdk install tomcat -> 설치 속도가 너무 느림;;
직접 다운로드 후, 적당한곳에 압축해제해서 사용
tomcat.apache.org/download-90.cgi
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
3. mysql 설치
brew install mysql
# homebrew 설정이 안되어 있으면 이전 글을 참조하여 설치 한다
설치 후, 시작
mysql.server start
4. mysql 툴 설치 ( DBeaver )
brew install --cask dbeaver-community
4. 전자프레임워크 개발환경 다운로드
www.egovframe.go.kr/EgovDevEnvRelease_300.jsp?menu=3&submenu=2&leftsub=2#
개발환경 3.0.0 다운로드 - eGovFrame Portal 온라인 지원 포털
www.egovframe.go.kr
3.10.0 버전 다운로드!
설치완료~!
5. 샘플 프로젝트 작성
eGovFrame > Start > New Web Project
생성중에 Generate Example 체크!
