sql init set to never

This commit is contained in:
Kruti Shah 2025-10-12 23:28:24 +05:30 committed by hitanshu310
parent 4d63eb2e2c
commit 18e3535a57

View File

@ -28,7 +28,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