From 259f7495c9895a62c0f1ccb9b79f9a439c2b149f Mon Sep 17 00:00:00 2001 From: jerome villiseck Date: Mon, 13 Jan 2025 10:07:02 +0100 Subject: [PATCH] Update application-test.properties MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Modification a always pour créer les tables --- batch/src/main/resources/application-test.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/batch/src/main/resources/application-test.properties b/batch/src/main/resources/application-test.properties index 27321d4..14954f2 100644 --- a/batch/src/main/resources/application-test.properties +++ b/batch/src/main/resources/application-test.properties @@ -34,4 +34,4 @@ sudoc.login= batch.min.hour=00 batch.max.hour=01 -spring.batch.jdbc.initialize-schema=never +spring.batch.jdbc.initialize-schema=always