。゚(*´□`)゚。

코딩의 즐거움과 도전, 그리고 일상의 소소한 순간들이 어우러진 블로그

강의/JSP 게시판 만들기

[JSP 게시판 만들기] 1. 프로젝트 준비

quarrrter 2023. 12. 7. 22:24

개발환경: Eclipse

tomcat 8.5 / Java SE-17

 

git repository 준비

https://github.com/seunghyun333/jsp_BBS

 

GitHub - seunghyun333/jsp_BBS

Contribute to seunghyun333/jsp_BBS development by creating an account on GitHub.

github.com

 

 

push를 하고나니 필요없는 파일까지 모두 올라가서 gitignore를 추가했다. 

 

 

 

이미 push를 하고 난 후라 캐시를 지우고 다시 push하여 파일을 적용했다.

git rm -r --cached .

 

 

 

index.jsp로 자동으로 생성된 파일의 title 과 body 수정

 

실행