From b66e0e6fa417b53cb80fce1c68a9f4aced8511da Mon Sep 17 00:00:00 2001 From: dirgantarasiahaan Date: Thu, 25 May 2023 14:58:04 +0700 Subject: [PATCH] fix authentication --- src/main/resources/application-local.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/resources/application-local.yml b/src/main/resources/application-local.yml index 4d67143..69e2bf7 100644 --- a/src/main/resources/application-local.yml +++ b/src/main/resources/application-local.yml @@ -12,9 +12,6 @@ spring: url: jdbc:postgresql://localhost:5432/smartproc username: postgres password: postgre -# autoCommit=false - hikari: - auto-commit: false jackson: default-property-inclusion: NON_NULL jpa: