Skip to content
Open

test #81

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ jobs:
# 4) .build시작 >> 리눅스 명령어다. 6,7번 내용은 어지간해서 바뀌지 않는다.
- name: Build with Gradle
#run: ./gradlew clean build -x test
run: ./gradlew clean build
# -x test 테스트
run: ./gradlew clean build -x test
shell: bash
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ spring:
jackson:
time-zone: Asia/Seoul
# .env import
config:
import: optional:file:.env[.properties]
# config:
# import: optional:file:.env[.properties]
datasource:
url: ${DB_URL}
username: ${DB_USER}
Expand Down