Skip to content

Commit

Permalink
#50 - yaml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
GGHDMS committed Feb 15, 2023
1 parent d218a46 commit 1422bf7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions project-board/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,15 @@ spring:
username: ${DB_USERNAME}
password: ${DB_PASSWORD}
jpa:
defer-datasource-initialization: true
hibernate.ddl-auto: create
open-in-view: false
show-sql: true
defer-datasource-initialization: off
hibernate.ddl-auto: none
properties:
hibernate.dialect: org.hibernate.dialect.MariaDBDialect
hibernate.format_sql: true
hibernate.default_batch_fetch_size: 100
open-in-view: false
sql.init.mode: always
sql.init.mode: never
data.rest:
base-path: /api
detection-strategy: annotated
Expand Down

0 comments on commit 1422bf7

Please sign in to comment.