From 15e0e7ced465fb9ac599e9399b7c8c5af920c072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=9B=D0=B8=D0=BC?= =?UTF-8?q?=D0=B0=D1=81=D0=BE=D0=B2?= Date: Sat, 23 Nov 2024 11:36:07 +0000 Subject: [PATCH] revert 135190530beb747194de6497102f4e6f9f12928a revert Update template and add liquibase --- src/main/resources/application.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 3cbb66b..c6bfd72 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -9,21 +9,20 @@ spring: enabled: true jpa: - generate-ddl: false - #generate-ddl: true + #generate-ddl: false + generate-ddl: true hibernate: - ddl-auto: none - #ddl-auto: create-drop + #ddl-auto: none + ddl-auto: create-drop # Показываем запросы show-sql: true + # Своевременный запуск data.sql + defer-datasource-initialization: true + spring-doc: swagger-ui: path: /swagger-ui.html - operationsSorter: method - - liquibase: - enabled: true - change-log: classpath:db.changelog/db.changelog-master.xml \ No newline at end of file + operationsSorter: method \ No newline at end of file