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 1e2dd66 commit fdbbc51
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions project-board/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,14 @@ spring:
username: ${DB_USERNAME}
password: ${DB_PASSWORD}
jpa:
open-in-view: false
defer-datasource-initialization: true
hibernate.ddl-auto: create
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
sql.init.mode: never
open-in-view: false
sql.init.mode: always
data.rest:
base-path: /api
detection-strategy: annotated
Expand Down

0 comments on commit fdbbc51

Please sign in to comment.