From ea6bcce8c474c8b5887a547557f3dbddfe0d1450 Mon Sep 17 00:00:00 2001 From: ryogaeng Date: Sat, 27 Jul 2024 19:48:35 +0900 Subject: [PATCH] =?UTF-8?q?[refactor]=20swagger=20=EA=B4=80=EB=A0=A8=20?= =?UTF-8?q?=EB=B6=80=EB=B6=84=20=EB=B6=84=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/main/resources/application.yaml diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml deleted file mode 100644 index cdd26de1..00000000 --- a/src/main/resources/application.yaml +++ /dev/null @@ -1,17 +0,0 @@ -spring: - application: - name: budgetbuddies - - jpa: - show-sql: true # sql ???? ??? ???? ??. - properties: - format_sql: true - dialect: org.hibernate.dialect.MySQL8Dialect - hibernate: - ddl-auto: update - - datasource: - url: jdbc:mysql://localhost:3306/budgetbuddies # mysql ?? ?? (?? ?? DB? ?? ? ??) - driver-class-name: com.mysql.cj.jdbc.Driver - username: root - password: Asdsr11847783! # db ???? \ No newline at end of file