We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a8746 commit 3678d60Copy full SHA for 3678d60
.gitignore
@@ -83,9 +83,13 @@ $RECYCLE.BIN/
83
hs_err_pid*
84
replay_pid*
85
86
-# === Spring Boot 환경설정 파일 ===
+# === Spring Boot 환경설정 파일 (필요시 추가하기) ===
87
application.properties
88
-application-*.properties
+application-local.properties
89
+application-test.properties
90
+application-prod.properties
91
+application-prod-aws.properties
92
+application-prod-gcp.properties
93
94
# === 기타 ===
95
HELP.md
0 commit comments