Skip to content

Commit

Permalink
fix: datasource url 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KwonYeKyeong committed Aug 29, 2020
1 parent 19b08c1 commit c42dd34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added apps/h2db/crm
Empty file.
2 changes: 1 addition & 1 deletion src/test/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spring:
datasource:
driver-class-name: org.h2.Driver
url: jdbc:h2:~/apps/h2db/crm:webchat;AUTO_SERVER=TRUE;DB_CLOSE_ON_EXIT=FALSE
url: jdbc:h2:file:~/apps/h2db/csrm/webchat;AUTO_SERVER=TRUE;DB_CLOSE_ON_EXIT=FALSE
username: sa
password: sa
sql-script-encoding: UTF-8
Expand Down

0 comments on commit c42dd34

Please sign in to comment.