전자정부프레임워크 통합 개발환경 설치
https://www.egovframe.go.kr/home/ntt/nttRead.do?pagerOffset=0&searchKey=&searchValue=&menuNo=65&bbsId=4&nttId=1748
교육자료 | 표준프레임워크 포털 eGovFrame
처리중입니다. 잠시만 기다려주십시오.
www.egovframe.go.kr
C드라이브에 압축 해제 후 이클립스 실행시키면 됨!
jdk, tomcat, maven 등등 다 들어가있음!
SVN 설치
https://www.visualsvn.com/downloads/
Downloads | VisualSVN
The most favored way to setup and maintain an enterprise level Apache Subversion server on the Microsoft Windows platform. VisualSVN Server is useful either for home, small business or enterprise users. Includes Apache Subversion 1.14.2 command-line tools.
www.visualsvn.com
Repositories 생성
Users 생성
오라클 11 설치
https://www.oracle.com/database/technologies/xe-prior-release-downloads.html
XE Prior Release Archive
Getting Started: Support Oracle Database Express Edition (XE) is a community supported edition of the Oracle Database family. Please go to the Oracle Database XE Community Support Forum for help, feedback, and enhancement requests. Note: Oracle Support Ser
www.oracle.com
설치 후
Run SQL Command Line
connect sys/패스워드 as sysdba
alter user hr identified by hr account unlock;
connect hr/hr
select tname from tab;