From 772f870dbdc7f52a96c29585c987b9d874dd272c Mon Sep 17 00:00:00 2001 From: Aurince AKAKPO Date: Sun, 1 Feb 2026 23:48:05 +0100 Subject: [PATCH] gestion revu de code en utilisant uniquement les DTO --- 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 fe1b6af..e9d673d 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