From ab0f9ceb507fec4e154197b1280d1094219192f2 Mon Sep 17 00:00:00 2001 From: Aboubacar TRAORE Date: Wed, 24 Dec 2025 14:01:48 +0000 Subject: [PATCH] remove application-dev yaml --- src/main/resources/application-dev.yaml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/main/resources/application-dev.yaml diff --git a/src/main/resources/application-dev.yaml b/src/main/resources/application-dev.yaml deleted file mode 100644 index 342d44e..0000000 --- a/src/main/resources/application-dev.yaml +++ /dev/null @@ -1,15 +0,0 @@ -spring: - liquibase: - enabled: false - - sql: - init: - mode: always - - datasource: - initialization-mode: always - - jpa: - show-sql: true - hibernate: - ddl-auto: create-drop