HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🧚
[1기]최종 프로젝트 데브코스
/
👼
[팀2] 극락이들
/
🌱
백엔드
/
📄
Submodule Spring config 불러오기
📄

Submodule Spring config 불러오기

  1. .gitignore에 application.yaml 추가 해야함.
    1. // .gitignore application.yaml
  1. submodule 불러와야해요
    1. $ git submodule init $ git submodule update
  1. Spring boot 실행할때 argument 줘야함.
    1. notion image
      notion image
  1. submodule 변경되어 이것도 push 되면 좋겠다!
    1. // git add & git commit $ git push --recurse-submodules=on-demand
      아니면은 그 submodule dir 로 가서 git add . & git commit 으로 따로 따로 해줘도 상관 없음!
repo be - feature/cicd-0
  1. gitignore
 
repo secret-keys - develop
  1. useSSL=false
  1. 네 이정도
 
--spring.config.location=classpath:/secret-keys/application-local.yaml