시그마 삽질==six 시그마

인텔리제이 프로젝트명 수정 본문

프로그래밍/IntelliJ

인텔리제이 프로젝트명 수정

Ethan Matthew Hunt 2020. 8. 16. 11:37
1. Go to File >> Project Structure >> Project > Project Name Update project name with its new name
2. Exit IntelliJ IDEA
3. Edit contents of the following files
    {project_root}/settings.gradle
    {project_root}/.idea/.name (if exists)

4. Open IntelliJ IDEA
5. Refresh Gradle Project
6. change git repository name(optional)

'프로그래밍 > IntelliJ' 카테고리의 다른 글

intellij 즐겨찾기 favorites  (0) 2020.09.03
intellij merge conflict  (0) 2020.08.31
intellij 블럭 주석 오류  (0) 2020.08.28
Intellij Spring bean 인식 불가시  (0) 2020.08.27
intellij 창분할  (0) 2020.08.27
Comments