Java관련/Intellij
rename the root module , java project in 인텔리제이
devstep
2022. 5. 3. 19:00
인텔리제이에서 자바프로젝트 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() 메서드 있는 클래스 이름도 변경해준다.