From 0bfb72f2f55ac60f3de6d88d3c8bc6a89f2de7d9 Mon Sep 17 00:00:00 2001 From: Ichwan Sholihin <34907490+ichwansh03@users.noreply.github.com> Date: Sat, 3 Feb 2024 14:01:12 +0700 Subject: [PATCH] Update application.properties --- src/main/resources/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 4f688b33..27cb84e8 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -2,13 +2,13 @@ #database config spring.datasource.url=jdbc:sqlserver://localhost:1433;databaseName=smartdrive;encrypt=true;trustServerCertificate=true; spring.datasource.username=sa -spring.datasource.password=Admin123 +spring.datasource.password=admin spring.datasource.driverClassName=com.microsoft.sqlserver.jdbc.SQLServerDriver #spring.jpa.show-sql=true #spring.jpa.hibernate.dialect=org.hibernate.dialect.SQLServer2012Dialect #spring.jpa.properties.hibernate.format_sql=true spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.SQLServerDialect -spring.jpa.hibernate.ddl-auto = create +spring.jpa.hibernate.ddl-auto = none spring.jackson.serialization.FAIL_ON_EMPTY_BEANS=false #dev tools