Skip to content

Commit

Permalink
Create application-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YeaChan05 authored Feb 9, 2024
1 parent b3be746 commit dd8268e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
spring:
h2:
console:
enabled: true
settings:
web-allow-others: true


jpa:
hibernate:
ddl-auto: create
datasource:
username: ENC(2SkZyC/z/C0Um0i4IOtuAA==)
password:
driver-class-name: org.h2.Driver

0 comments on commit dd8268e

Please sign in to comment.