Skip to content

Commit 888eaa1

Browse files
updated petclinic README
Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
1 parent 148087d commit 888eaa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-petclinic/spring-petclinic-rest/src/main/resources/application-postgresql.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ spring.datasource.password=petclinic
1111
spring.datasource.driver-class-name=org.postgresql.Driver
1212
spring.jpa.database=POSTGRESQL
1313
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
14-
spring.jpa.hibernate.ddl-auto=create
14+
spring.jpa.hibernate.ddl-auto=update
1515
#----------------------------------------------------------------
1616
# PostgreSQL config end

0 commit comments

Comments
 (0)