Skip to content

Commit

Permalink
🗃️ Add spring.jpa.hibernate.ddl-auto
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColman committed Jan 2, 2024
1 parent 260754a commit b372c14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.PASSED
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import org.springframework.boot.gradle.tasks.bundling.BootJar

version = "2.3.0"
version = "2.3.1"
group = "app.jopiter"

plugins {
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ management.endpoints.web.base-path=/
spring.datasource.driver-class-name=org.postgresql.Driver
spring.datasource.url=jdbc:postgresql://localhost:5432/jopiter
spring.datasource.username=jopiter
spring.datasource.password=password
spring.datasource.password=password
spring.jpa.hibernate.ddl-auto=update

0 comments on commit b372c14

Please sign in to comment.