From 51845b085a0c6c20242d72a995713498b6dd75e0 Mon Sep 17 00:00:00 2001 From: Aurince AKAKPO Date: Mon, 23 Feb 2026 00:17:01 +0100 Subject: [PATCH] =?UTF-8?q?prise=20en=20charge=20des=20donn=C3=A9es=20entr?= =?UTF-8?q?ant=20dans=20la=20liquidation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 17ab386..7a2dd25 100755 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,6 +1,6 @@ -#spring.profiles.active=${SPRING_PROFILES_ACTIVE} +spring.profiles.active=${SPRING_PROFILES_ACTIVE} #spring.profiles.active=abomey -spring.profiles.active=test +#spring.profiles.active=test spring.jpa.properties.hibernate.id.new_generator_mappings=false spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true spring.jpa.open-in-view=false