본문 바로가기

jsp 프로젝트 V2 post

JSP게시판 만들기 - 1강 환경 세팅하기

1. Workspace 세팅

1) UTF-8

2) 단축키 세팅

3) Font 세팅

 

2. 프로젝트 생성

1) Dynamic web project

2) Webcontent/index.jsp파일 생성 및 실행

 

3. Git Repository 생성 및 Git 시작

git init

git add .

git commit -m "1. 프로젝트 세팅 완료"

git remote add origin git주소

git push origin master