Skip to content

Commit

Permalink
feat: (#32) TCP 소켓을 통해 접속해야 어플리케이션과 콘솔이 동시에 접근했을 때 오류가 발생하지 않도록 url 개선
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdtls690 committed Jul 15, 2023
1 parent 4c683af commit 3674e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spring:
datasource:
url: jdbc:h2:~/test;MODE=MySQL
url: jdbc:h2:tcp://localhost/~/test;MODE=MySQL
username: sa

jpa:
Expand Down

0 comments on commit 3674e0b

Please sign in to comment.