Recent Posts
Recent Comments
HEROJOON 블로그(히로블)
Spring Boot 프로젝트에 Submodule 추가/업데이트 하기 본문
반응형
Spring Boot 프로젝트에 Git 주소로 Submodule 추가하기
Spring Boot 프로젝트 Root 위치에서 아래 명령어 실행.
git init
git submodule add 서브모듈 Repository Git URL
Spring Boot 프로젝트에 Submodule 업데이트 하기
Spring Boot 프로젝트 Root 위치에서 아래 명령어 실행.
git submodule init
git submodule update
반응형
'Backend' 카테고리의 다른 글
Open JDK 설치 (0) | 2021.08.23 |
---|---|
Push 전송 프로젝트 생성 (0) | 2021.08.15 |
Java char형을 int로 변환해주기 (0) | 2021.02.11 |
알파벳 아스키 코드(Alphabet ASCII Code) (0) | 2021.02.01 |
Android [Service took too long to process intent: com.google.android.c2dm.intent.RECEIVE App may get closed.]해결하기 (0) | 2020.03.17 |
Comments