Spring/Springboot-Intellij

[IntelliJ] 인텔리제이(IntelliJ)에서 새로운 프로젝트 시작하기

congs 2025. 1. 25. 22:27

프로그램 실행 - 프로젝트 선택 - 새 프로젝트 클릭

https://jungeun980906.tistory.com/448


  • spring Boot 
  • Name: spring-prepare
  • Language: Java
  • Build system: Gradle - Groovy
  • Group: com.sparta
  • JDK: 17
  • (여기서 JDK는 17버전으로 아무거나 잡고 시작하기)

종속성에 Lombok, Spring Web 설정 후 생성


생성 후 편의기능 설정하기

  • window )  alr + ctrl + s
  • macOS ) command + 

1. 자동가져오기 ( Auto Import  )  

2. 마우스 컨트롤 ( Editor Zoom : Mouse Wheel )


깃 저장소 만드는 방법

https://jungeun980906.tistory.com/448