From 96b555cc067279554720ba1cbd1b9dad25edeb8e Mon Sep 17 00:00:00 2001 From: Muhammad Suleman <musuleman@nisum.com> Date: Fri, 13 Oct 2023 06:35:43 +0000 Subject: [PATCH] Update application.properties --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index cd93faa..5e853d7 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,4 +1,4 @@ - spring.jpa.hibernate.ddl-auto=update +spring.jpa.hibernate.ddl-auto=update spring.datasource.url=jdbc:mysql://localhost:3306/helloworld spring.datasource.username=root spring.datasource.password=rootroot \ No newline at end of file -- 2.18.1