Spring Initializr
Spring Initializr Link : https://start.spring.io
Setting
1. Initialize 설정하기
2. Dependencies 설정하기
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
반응형
'Java Framework > Spring Boot' 카테고리의 다른 글
[Spring Boot] 템플릿 엔진 (Template Engines) (1) | 2024.12.15 |
---|---|
[Spring Boot] Custom Query의 SQL 연산자 (2) | 2024.12.14 |
[Spring Boot] JpaRepository (0) | 2024.12.13 |
[Spring Boot] JPA Hibernate DDL Auto (0) | 2024.12.11 |
[Spring Boot] 프로젝트 구조와 파일의 역할 (0) | 2024.12.11 |