From 9e86222d5be14e43ff83ae3e7aa66c04349f23a2 Mon Sep 17 00:00:00 2001 From: pricelees Date: Sat, 2 Aug 2025 15:49:01 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=ED=85=8C=EC=8A=A4=ED=8A=B8=20?= =?UTF-8?q?=EC=A0=84=EC=9A=A9=20=EC=84=A4=EC=A0=95=20=EB=B6=84=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test/resources/application-test.yaml | 5 +++++ src/test/resources/application.yaml | 25 ------------------------ 2 files changed, 5 insertions(+), 25 deletions(-) create mode 100644 src/test/resources/application-test.yaml delete mode 100644 src/test/resources/application.yaml diff --git a/src/test/resources/application-test.yaml b/src/test/resources/application-test.yaml new file mode 100644 index 00000000..7a658a0e --- /dev/null +++ b/src/test/resources/application-test.yaml @@ -0,0 +1,5 @@ +logging: + level: + root: INFO + org.springframework.orm.jpa: INFO + org.springframework.transaction: DEBUG diff --git a/src/test/resources/application.yaml b/src/test/resources/application.yaml deleted file mode 100644 index 7e7ce703..00000000 --- a/src/test/resources/application.yaml +++ /dev/null @@ -1,25 +0,0 @@ -spring: - jpa: - show-sql: false - properties: - hibernate: - format_sql: true - ddl-auto: create-drop - -security: - jwt: - token: - secret-key: daijawligagaf@LIJ$@U)9nagnalkkgalijaddljfi - ttl-seconds: 1800000 - -payment: - api-base-url: https://api.tosspayments.com - confirm-secret-key: test_gsk_docs_OaPz8L5KdmQXkzRz3y47BMw6 - read-timeout: 3 - connect-timeout: 30 - -logging: - level: - root: INFO - org.springframework.orm.jpa: INFO - org.springframework.transaction: DEBUG