안녕하세요 꼬바리입니다.
jsp 초반 세팅 웹 디자인시 가장 많이 사용하는 부트스트랩 과 제이쿼리 세팅입니다.
getbootstrap.com/docs/5.0/getting-started/download/
Download
Download Bootstrap to get the compiled CSS and JavaScript, source code, or include it with your favorite package managers like npm, RubyGems, and more.
getbootstrap.com
부트스트랩 사이트 방문
다운로드 받아서
압축을 풀어주고!
bootstrap.min.css
bootstrap.min.js
각 css 폴더와 js 폴더에 넣어줍니다.
(기본적 개발 하시는분들은 크게 설명이 필요없겠죠? css와 js 폴더를 어디에 만드시는지)
unpkg.com/popper.js@1.12.9/dist/umd/popper.min.js
pooper.js파일 만들어주고 위에 링크 복사 붙여넣기
Download jQuery | jQuery
link Downloading jQuery Compressed and uncompressed copies of jQuery files are available. The uncompressed file is best used during development or debugging; the compressed file saves bandwidth and improves performance in production. You can also download
jquery.com
제이쿼리 사이트 방문
다운받아서 js폴더에 넣어줍니다.
제이쿼리js 는 이름변경하셔서 중간 버전 지우시고 jquery.min.js 로 변경 해줍니다.
초반 세팅 완성!
'Back-end > JAVA & Spring' 카테고리의 다른 글
[자바(java)/스프링(spring)] 면접 질문 모음 (0) | 2021.05.10 |
---|---|
[Java] 세션(Session) 이용하는 방법 (0) | 2021.05.10 |
[jsp/spring오류]Unknown system variable 'query_cache_size' (0) | 2021.05.07 |
[JSP 오류] java.sql.SQLException: Unable to load authentication plugin 'caching_sha2_password'. mysql 에러 (0) | 2021.05.07 |
[Error] JDBC 사용 시 발생하는 오류 DB연동 오류 (0) | 2021.05.07 |
댓글