intellij 프로젝트 이름변경
# 프로젝트명 변경
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 한다.
'IDE Tool > IntelliJ IDEA' 카테고리의 다른 글
IntelliJ 초기설정 (0) | 2024.03.20 |
---|---|
IntelliJ 함수가 한줄로 보일때 (0) | 2024.03.20 |
[IntelliJ] 테스트 코드 단축키 설정 (0) | 2023.10.05 |
[Spring] - OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. 경고 지우기 (0) | 2023.09.25 |
[IntelliJ] 인텔리제이 단축키 - 윈도우 환경 (1) | 2022.09.19 |
[intellij] 인텔리제이 .http로 postman 대체하는 방법 (0) | 2022.09.01 |
인텔리제이(IntelliJ) - VisualVM 설치 및 연동하기 (0) | 2022.01.05 |
[Intellij] - 디버깅 시 값 확인하는 법(Evaluate) (0) | 2021.12.10 |