0 Servlet | 세팅

Choi jeongmin·2024년 10월 14일
1

Servlet

목록 보기
1/7

인텔리제이 세팅방법

  • new project
  • Generator : Jakarta EE (대용량 자바 프로젝트)
  • Template : Web Application
  • Application server: New-> Tomcat Server-> Home(Tomcat설치한 폴더경로)
  • Build System: Gradle
  • Group: com.ohgiraffers (그룹명 지정)

edit configurations (한글 깨질 때)

  • Server / vm options : -Dfile.encoding=UTF-8
  • Deployment / Application context : / (주소값 '/'로 줄임)

0개의 댓글