๋ฏผ๊ฐํ ์ ๋ณด๊ฐ ์๋ application.properties
๋ด์ฉ์ GitHub์ ๋น๊ณต๊ฐ๋ก ์ค์ ํ๊ณ ์ .gitignore์ src/main/resources/application.properties
์ ์ถ๊ฐํ์๋ค.
.gitignore๊ฐ ์๋ํ์ง ์์๋ค.
๊ธฐ์กด์ ๋ฒ์ ๊ด๋ฆฌ ํ๋ ๋ด์ฉ์ ์ญ์
git rm --cached {์ ๋๊ฒฝ๋ก}/application.properties
git add .
git commit -m "message"
git push
application.properties
GitHub์ ๋น๊ณต๊ฐ๋ก ์ค์ ๋์๋ค.
์ถ์ฒ : https://bsssss.tistory.com/m/511 - Small Asteroid Blog