Skip to content

Commit

Permalink
fix: Fix application properties
Browse files Browse the repository at this point in the history
  • Loading branch information
nanna29 committed Aug 6, 2024
1 parent 5e09cbf commit 782d824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-prod.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
# spring jpa
spring.jpa.database=mysql
spring.jpa.show-sql=true
spring.jpa.hibernate.ddl-auto=update
spring.jpa.hibernate.ddl-auto=create
spring.jpa.properties.hibernate.format_sql=true

0 comments on commit 782d824

Please sign in to comment.