From 5e39c94bc8ab83a4b55eaff5d969fa3bfc2e8e58 Mon Sep 17 00:00:00 2001 From: eojinny <96863137+eojinny@users.noreply.github.com> Date: Wed, 6 Dec 2023 09:17:33 +0900 Subject: [PATCH] Delete src/main/resources/application.yml --- src/main/resources/application.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 src/main/resources/application.yml diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml deleted file mode 100644 index 9dff124..0000000 --- a/src/main/resources/application.yml +++ /dev/null @@ -1,30 +0,0 @@ - -spring: - datasource: - url: jdbc:mysql://database-2.cwqtamls05ky.ap-northeast-2.rds.amazonaws.com:3306/samsungDB - username: admin - password: adminadmin - driver-class-name: com.mysql.cj.jdbc.Driver - servlet: - multipart: - maxFileSize: 100MB - maxRequestSize: 200MB - jpa: - open-in-view: false - show-sql: true - database-platform: org.hibernate.dialect.MariaDB106Dialect - hibernate: - format_sql: true - ddl-auto: update - main: - allow-bean-definition-overriding: true - -logging: - level: - org: - hibernate: - SQL: DEBUG - type: - descriptor: - sql: - BasicBinder: TRACE