Skip to content

Commit

Permalink
Updated application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudarvishian committed May 22, 2024
1 parent f2c68f0 commit 428dfef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
spring:
datasource:
driver-class-name: org.h2.Driver
url: jdbc:h2:mem:zenjob
username: zenjob
url: jdbc:h2:mem:job_finder
username: job_finder
password: challenge
jpa:
properties.hibernate.jdbc.lob.non_contextual_creation: true
Expand Down

0 comments on commit 428dfef

Please sign in to comment.