From 4163389ea7b5aaa037c5f2db9cdc7a3b27c46ea4 Mon Sep 17 00:00:00 2001 From: jaecheol sim Date: Fri, 1 Dec 2023 03:00:02 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=20#80=20feat:=20prod=20=ED=94=84=EB=A1=9C?= =?UTF-8?q?=ED=95=84=20=ED=99=9C=EC=84=B1=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- src/main/resources/application.yaml | 2 +- src/test/resources/application.yaml | 19 ------------------- 3 files changed, 4 insertions(+), 21 deletions(-) delete mode 100644 src/test/resources/application.yaml diff --git a/.gitignore b/.gitignore index 66ffcb90..fc20edef 100644 --- a/.gitignore +++ b/.gitignore @@ -37,7 +37,9 @@ out/ .vscode/ ### Application.yaml ### -**/*.yaml + +### Test Application.yaml ### +**/test/resources/application.yaml ### REST Docs Html ### **/*.html diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 74559710..12e3355b 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -1,3 +1,3 @@ spring: profiles: - default: local + default: prod diff --git a/src/test/resources/application.yaml b/src/test/resources/application.yaml deleted file mode 100644 index f4b064bf..00000000 --- a/src/test/resources/application.yaml +++ /dev/null @@ -1,19 +0,0 @@ -spring: - profiles: - include: test - datasource: - driver-class-name: org.h2.Driver - data: - redis: - host: localhost - port: 6379 - jpa: - show-sql: true - properties: - hibernate: - default_batch_fetch_size: 100 - format_sql: true -jwt: - secret: 7Yyo7Iqk7Yq47Lqg7Y287IqkIOuvuOuLiO2UhOuhnOygne2KuCAxMeyhsCDsibztkZwgSldUIOyLnO2BrOumvyDtgqQ= - access-token-expire-time: 1800000 - refresh-token-expire-time: 604800000 From 92c0e2062565cb4e279ccfe920f836833e5f6888 Mon Sep 17 00:00:00 2001 From: jaecheol sim Date: Fri, 1 Dec 2023 03:08:51 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=20#80=20feat:=20application=20yaml=20?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=20prod=20=ED=99=9C=EC=84=B1=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 12e3355b..9f966068 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -1,3 +1,3 @@ spring: profiles: - default: prod + active: prod From efef15db75660b4af3493d37c8f2514bdc6773c1 Mon Sep 17 00:00:00 2001 From: jaecheol sim Date: Fri, 1 Dec 2023 03:27:55 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=20#80=20fix:=20=ED=94=84=EB=A1=9C=ED=95=84?= =?UTF-8?q?=20=ED=99=9C=EC=84=B1=ED=99=94=EB=8A=94=20default=20prod!!!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 9f966068..12e3355b 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -1,3 +1,3 @@ spring: profiles: - active: prod + default: prod