From 0f5acbfeecc27726ce1d62246a4f0dadad77fd9f Mon Sep 17 00:00:00 2001 From: Mingadinga Date: Sun, 28 Aug 2022 19:27:39 +0900 Subject: [PATCH] profile : dev->test #4 --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 2e45867..ca3fc85 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,3 +1,3 @@ -spring.profiles.active=dev +spring.profiles.active=test spring.jpa.show_sql=true spring.jpa.properties.hibernate.format_sql=true \ No newline at end of file