인텔리제이 세팅방법
- 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 : / (주소값 '/'로 줄임)