IDE Tool/IntelliJ IDEA
intellij 프로젝트 이름변경
Wings of Freedom
2024. 1. 30. 15:00
# 프로젝트명 변경
1. [File] > [Project Structure] > [Project] > (Project name) 이름을 변경한다.
2. IntelliJ 를 종료한다.
3. 프로젝트 root 디렉토리로 이동하여 아래 파일을 열어 프로젝트명을 동일하게 수정한다.
/settings.gradle
rootProject.name = 'api-project'
/.idea/.name ( 파일 내용에 프로젝트명과 다르게 저장되어 있다면 수정 )
api-project
4. IntelliJ 를 다시 실행하고 Gradle 프로젝트를 Refresh 한다.