From 01890003ad008148806f34184d91b007a8376593 Mon Sep 17 00:00:00 2001 From: YongHo Shin Date: Thu, 5 Oct 2023 20:33:43 +0900 Subject: [PATCH] =?UTF-8?q?[api-server-v1]=20update:=20=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=84=B0=EB=B2=A0=EC=9D=B4=EC=8A=A4=20=EC=B4=88=EA=B8=B0?= =?UTF-8?q?=ED=99=94=20=EC=98=B5=EC=85=98=20=EB=81=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-dev.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/api/server-v1/src/main/resources/application-dev.yml b/api/server-v1/src/main/resources/application-dev.yml index 903a7b38..2523ea95 100644 --- a/api/server-v1/src/main/resources/application-dev.yml +++ b/api/server-v1/src/main/resources/application-dev.yml @@ -15,20 +15,20 @@ spring: driver-class-name: ${DB_DRIVER} jpa: hibernate: - ddl-auto: create + ddl-auto: none naming: physical-strategy: org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy properties: hibernate: format_sql: true - show_sql: true + show_sql: false dialect: org.hibernate.dialect.MySQL8Dialect - defer-datasource-initialization: true +# defer-datasource-initialization: true open-in-view: true - sql: - init: - mode: always - data-locations: classpath:test/data.sql +# sql: +# init: +# mode: always +# data-locations: classpath:test/data.sql cloud: aws: