Java Framework/Spring Boot

[Spring Boot] Spring Initializr 맥 인텔리제이

annovation 2024. 12. 10. 10:57

Spring Initializr

Spring Initializr Link : https://start.spring.io


Setting 

1. Initialize 설정하기

1단계

 

2. Dependencies 설정하기

2단계

 

3. GENERATE 하기

 

4. 프로젝트 열기 (Intelij)

프로젝트 하위 폴더

 

5. 필요에 따라 GitHub Repository 연결하기

https://annovation.tistory.com/90

 

[Git] 맥 GitHub Repository 연결하기 feat. InteliJ

Terminal 1. InteliJ 프로젝트 생성 후 터미널 켜기 2. 명령어 순서대로 입력하기git initgit remote add origin git add .git commit -m "initial commit"git push origin main 3. commit이 잘 됐는지 GitHub Repository commit history 확

annovation.tistory.com

반응형