Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
chore : appliction.yml .gitignore 해제
Browse files Browse the repository at this point in the history
1. 배포용
  • Loading branch information
kihyuk-jeong committed May 6, 2021
1 parent 905f536 commit f616ae7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ out/
!**/src/main/**/out/
!**/src/test/**/out/

src/main/resources/application*.yml
src/main/resources/application-dev.yml
src/main/resources/application-local.yml
src/main/resources/application-prod.yml
src/main/resources/application-test.yml
src/main/resources/*.json
Empty file modified gradlew
100755 → 100644
Empty file.
5 changes: 5 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# profile을 타지않는 전역 설정
# format_sql : query의 출력 내용을 서식에 맞게 가독성을 향상시켜 출
spring:
profiles:
active: dev

0 comments on commit f616ae7

Please sign in to comment.