VsCode

Spring Boot – JSP 사용하기

/* 추가 */ implementation ‘jakarta.servlet:jakarta.servlet-api’ implementation ‘jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api’ implementation ‘org.glassfish.web:jakarta.servlet.jsp.jstl’ implementation ‘org.apache.tomcat.embed:tomcat-embed-jasper’ resources 하단에 폴더 및 jsp 생성 application.properties에 앞단, 뒷단 추가하기 demo 밑에 web에…

2023년 11월 27일 댓글 없음

[Git] VScode에서 gitlab/github 연동하기

💡 VScode에서 github/gitlab을 사용하는 방법 1. git 설치하기 https://git-scm.com/ (다운로드 사이트) 2. VScode에서 GitLens, Git History 설치 VScode에서 확장프로그램으로 git을 검색하여 GitLens, Git History 설치…

2023년 10월 25일 댓글 1