인텔리제이에서 자바프로젝트 root module이름 변경 하는 법
You can rename the root module of your java project, following these steps:
- Go to Project Structure (Ctrl+Alt+Shift+S) → Project Settings / Project → Project name: Project name:
- Open the
settings.gradle
file and rename the rootProject.name rootProject.name - Once done, delete the .idea folder from your root project folder, rename your project folder on your system and then restart IntelliJ.
- spring은 main() 메서드 있는 클래스 이름도 변경해준다.
'Java관련 > Intellij' 카테고리의 다른 글
process command finished with non-zero exit value 1 (0) | 2022.05.04 |
---|---|
인텔리제이 Java project에 외부 라이브러리(assertJ) 등록하기 (0) | 2022.04.03 |
intellij 테스트 코드 live templates 설정 (0) | 2022.03.12 |
댓글