From 829a69f1a5ea0547aad4d15801b6be27930fa7b3 Mon Sep 17 00:00:00 2001 From: Youssef Date: Thu, 25 Jun 2026 09:45:12 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20corriger=20l'indentation=20YAML=20qui=20?= =?UTF-8?q?emp=C3=AAchait=20l'application=20de=20d=C3=A9marrer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- as-talange-web/src/main/resources/application.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/as-talange-web/src/main/resources/application.yml b/as-talange-web/src/main/resources/application.yml index 6b8d988..df16a76 100644 --- a/as-talange-web/src/main/resources/application.yml +++ b/as-talange-web/src/main/resources/application.yml @@ -1,7 +1,6 @@ spring: application: name: as-talange -app.version: @project.version@ datasource: url: jdbc:postgresql://localhost:5433/astalange username: myuser @@ -21,3 +20,6 @@ app.version: @project.version@ server: port: 8080 + +app: + version: @project.version@