[출처][0728] jsp|작성자 hippobee
File>Switch Workspace>Other
이름(Project name), 서버 지정(Target Runtime)
Window> Web Browser> Chrome
오른쪽 마우스 클릭 후, New >Folder
-jquery
<script src="https://code.jquery.com/jquery-3.7.0.js"></script>
-google font
<link href="https://fonts.googleapis.com/css2?family=Dongle&family=Gaegu:wght@700&family=Nanum+Pen+Script&family=Single+Day&display=swap" rel="stylesheet">
-bootstrap
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
Window>Preferences>General>Appearance>Colors and Font>Basic 누른 후 아래에 font 누르기!
오른쪽 마우스 > Run as
Window>Preferences 들어가서 아래사진처럼 바꿔주기
UTF-8로 바꾸는 이유는 한글 깨짐 현상 방지 위함
Help> About Eclipse IDE> Installation Details
[출처][0728] jsp|작성자 hippobee
정리가 잘 된 글이네요. 도움이 됐습니다.