-
03. 화면 구성 (BootStrap)Spring Web Project/2. 게시판 (Board) 2020. 11. 24. 14:31반응형
Note) BootStrap
> 부트스트랩은 반응형 웹 페이지를 만들 때 사용하는 Twitter가 제공하는 오픈 소스
1. Free Bootstrap Template Download
> url : startbootstrap.com/
> 템플릿 선택 > [Free Download] > 압축해제
Free Bootstrap Themes, Templates, Snippets, and Guides
Start Bootstrap develops free to download, open source Bootstrap 4 themes, templates, and snippets and creates guides and tutorials to help you learn more about designing and developing with Bootstrap.
startbootstrap.com
2. 다운받은 폴더 프로젝트 복사
index.jsp 파일 신규 생성 후 index.html 파일 내용 복사 index.jsp 파일은 신규 생성 후 다운받은 index.html 파일 내용 복사
3. css, js, asset 파일 적용을 위한 경로 변경
> css/, js/, asset/ 문구 앞 "<%=request.getContextPath()%>/resources/" 추가
4. HomeController 수정
> index.jsp파일 호출되도록 return 값 수정
Note) home.jsp 동작 원리
> all-record.tistory.com/165 참고
반응형'Spring Web Project > 2. 게시판 (Board)' 카테고리의 다른 글
06. 게시판 구현(3) - View, TEST (0) 2020.12.10 05. 게시판 구현(2) - Service, Controller (0) 2020.12.10 04. 게시판 구현(1) - Domain, Persistence (0) 2020.12.08 02. 게시판 (테이블 생성) (0) 2020.11.24 01. 게시판 (프로젝트 생성 및 설정) (0) 2020.11.22