Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
melitina915 committed Nov 26, 2024
1 parent dcc11dc commit 4feba0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ spring:
init:
mode: never
jpa:
# open-in-view: false
# open-in-view: false
properties:
hibernate:
dialect: org.hibernate.dialect.MySQLDialect
show_sql: true
format_sql: true
use_sql_comments: true
hbm2ddl:
# auto: update
auto: create
auto: update
# auto: create
default_batch_fetch_size: 1000

#server:
Expand Down

0 comments on commit 4feba0d

Please sign in to comment.