Skip to content

Commit

Permalink
added application-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Junotas committed Jul 15, 2024
1 parent a9d2840 commit cbe697e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
spring:
datasource:
url: jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
driver-class-name: org.h2.Driver
username: sa
password: sa
h2:
console:
enabled: true
jpa:
hibernate:
ddl-auto: update
show-sql: true
database-platform: org.hibernate.dialect.H2Dialect

server:
port: 8080

0 comments on commit cbe697e

Please sign in to comment.