Skip to content

Commit

Permalink
Update application.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro-Hrebenyuk authored Nov 4, 2024
1 parent 044655a commit 25d12c4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/java/flower/store/properties/application.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
spring.application.name=FlowerStore_continue
spring.datasource.url=jdbc:postgresql://localhost:5432/postgres
spring.datasource.username=postgres
spring.datasource.password=postgres
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.properties.hibernate.format_sql=true

0 comments on commit 25d12c4

Please sign in to comment.