Compono-Team / I-backend

4 stars 0 forks source link

env : application.yml 분리하고 submodule 반영 #33

Closed jifrozen0110 closed 8 months ago

jifrozen0110 commented 8 months ago

작업 내용

  1. application 환경을 분리하였습니다. local, dev, production datasource, key

  2. 서브 모듈로 민감한 정보 연결하였습니다. 빌드 시 자동으로 src/main/resources 아래로 파일이 이동합니다. image image

  3. ci 워크플로우를 통해 설정파일 자동으로 반영하게 하여 build가 안되는 오류 해결하였습니다.

주의사항

private repo를 업데이트했을 경우 git submodule update --remote

git submodule foreach git pull

git add. git commit git push

하여 반영합니다. 위는 노션에 문서화해두겠습니다!

참고 문서 - https://kukim.tistory.com/151

Closes #28

sonarcloud[bot] commented 8 months ago

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

5 New issues
0 Security Hotspots
91.3% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud