Skip to content

Commit

Permalink
[BE] h2 설정 파일 서브모듈 적용 (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ohzzi authored Jul 28, 2022
1 parent c4e261b commit 6a259be
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
spring:
profiles:
include: auth
datasource:
url: jdbc:h2:~/test;MODE=MySQL;
username: sa
password:
include:
- auth
- h2
jpa:
hibernate:
ddl-auto: none
show-sql: true
properties:
hibernate:
format_sql: true
h2:
console:
enabled: true
path: /h2-console

server:
port: 8080

0 comments on commit 6a259be

Please sign in to comment.