Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
fix: change jpa create to update
Browse files Browse the repository at this point in the history
  • Loading branch information
juliapampus authored Nov 5, 2020
1 parent f20b073 commit 35801d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ spring.h2.console.settings.web-allow-others=true

### Hibernate Properties
# spring.jpa.hibernate.naming-strategy=org.hibernate.cfg.DefaultNamingStrategy
# spring.jpa.hibernate.ddl-auto=update
spring.jpa.hibernate.ddl-auto=create
spring.jpa.hibernate.ddl-auto=update
# spring.jpa.hibernate.ddl-auto=create

# Hibernate Logging
logging.level.org.hibernate.SQL= DEBUG
Expand Down

0 comments on commit 35801d5

Please sign in to comment.