프로젝트
spring 초기 설정
케잉
2024. 1. 17. 16:30


📢 snapshot 아닌 3.17버전으로 설치 (snapshot은 환경이 유동적임)
war(web에 배포해야하니) 선택
📢 Dependencies 기본으로 선택할 것 3가지
📢 Build Gradle- dependencies에
implementation "org.apache.tomcat.embed:tomcat-embed-jasper" 추가
jsp 읽을 수 있는 코드이다