From c51a1e3a9e50aec447178c2160ee2b61fde875c1 Mon Sep 17 00:00:00 2001 From: Ssuamje Date: Fri, 15 Sep 2023 13:33:29 +0900 Subject: [PATCH] [BE] FIX: test application profile depedency fix --- backend/src/test/resources/application.yml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/backend/src/test/resources/application.yml b/backend/src/test/resources/application.yml index fa3165899..59db39375 100644 --- a/backend/src/test/resources/application.yml +++ b/backend/src/test/resources/application.yml @@ -8,25 +8,17 @@ spring: port: 2424 datasource: - driver-class-name: org.h2.Driver - url: jdbc:h2:mem:;MODE=MySQL + driver-class-name: org.mariadb.jdbc.Driver + url: jdbc:mariadb://localhost:3310/test_db username: root password: test_password - sql: - init: - mode: embedded - jpa: hibernate: ddl-auto: none database-platform: org.hibernate.dialect.MySQL5InnoDBDialect properties: - hibernate: - globally_quoted_identifiers: true - dialect: org.hibernate.dialect.MySQL5InnoDBDialect - format_sql: true - defer-datasource-initialization: true + globally_quoted_identifiers: true cabinet: lent: @@ -56,7 +48,6 @@ spring: no-risk-of-blackhole: 0 42 1 1 * * # 매월 1일 1시 42분 0초 mail: - display-sender-name: "42CABI" soonoverdue: term: -1 subject: "42CABI 사물함 연체 예정 알림" @@ -76,4 +67,5 @@ spring: auth: true starttls: enable: true - +webhook: + discord-admin: https://discord.com/api/webhooks/for-test \ No newline at end of file