Skip to content

Commit

Permalink
Update application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
XyL1GaN4eG committed Jul 23, 2024
1 parent 6f38822 commit cbfd4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weatherApiService/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spring:
allow-pool-suspension: true # Enable Hikari pool suspension for JVM checkpoint restore
jpa:
hibernate:
ddl-auto: update
# ddl-auto: none # Disable automatic schema generation by Hibernate
properties:
hibernate:
allow_jdbc_metadata_access: false # Disable Hibernate usage of JDBC metadata
Expand Down

0 comments on commit cbfd4e8

Please sign in to comment.