From 729d0ddcfc366a2c931a55bf2a4fd7ce85e8b924 Mon Sep 17 00:00:00 2001 From: Kruti Shah Date: Sun, 12 Oct 2025 23:28:24 +0530 Subject: [PATCH] sql init set to never --- 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 c241382..72edec8 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -22,7 +22,7 @@ spring.datasource.url=jdbc:postgresql://192.168.0.100:5432/cftunnel spring.datasource.username=${POSTGRES_USERNAME} spring.datasource.password=${POSTGRES_PASSWORD} spring.datasource.driver-class-name=org.postgresql.Driver -spring.sql.init.mode=always +spring.sql.init.mode=never spring.jpa.hibernate.ddl-auto=update spring.jpa.show-sql=true