From cf14851664cfb8ad127cb1d4862aadeea6bf2b94 Mon Sep 17 00:00:00 2001 From: chanmin97 <92173657+chanmin97@users.noreply.github.com> Date: Tue, 16 Apr 2024 22:29:45 +0900 Subject: [PATCH] :ambulance: Update: application.yml --- spring-boot-api/src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-api/src/main/resources/application.yml b/spring-boot-api/src/main/resources/application.yml index 408e372..e04fdfb 100644 --- a/spring-boot-api/src/main/resources/application.yml +++ b/spring-boot-api/src/main/resources/application.yml @@ -10,7 +10,7 @@ spring: database: mysql database-platform: org.hibernate.dialect.MySQL8Dialect hibernate: - ddl-auto: create + ddl-auto: none generate-ddl: false show-sql: true properties: @@ -31,4 +31,4 @@ springdoc: display-query-params-without-oauth2: true doc-expansion: none paths-to-match: - - /api/** \ No newline at end of file + - /api/**