Skip to content

Commit

Permalink
Merge pull request #53 from GGHDMS/feature/#50-cloudType
Browse files Browse the repository at this point in the history
yaml 수정
  • Loading branch information
GGHDMS authored Feb 15, 2023
2 parents 9666b74 + 1422bf7 commit 1e2dd66
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions project-board/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@ 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
thymeleaf3:
decoupled-logic: true

0 comments on commit 1e2dd66

Please sign in to comment.