From b40bce515617c2738ca2e85926776a091f01e123 Mon Sep 17 00:00:00 2001 From: jooho <71304361+give928@users.noreply.github.com> Date: Thu, 21 Oct 2021 14:31:33 +0900 Subject: [PATCH] modify config locations --- backend/config/src/main/resources/application.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/config/src/main/resources/application.yml b/backend/config/src/main/resources/application.yml index 038e134..2a97f00 100644 --- a/backend/config/src/main/resources/application.yml +++ b/backend/config/src/main/resources/application.yml @@ -10,7 +10,8 @@ spring: config: server: native: - search-locations: file://${HOME}/workspace.edu/egovframe-msa-edu/config + search-locations: file:///${user.home}/workspace.edu/egovframe-msa-edu/config # Windows + # search-locations: file://${user.home}/workspace.edu/egovframe-msa-edu/config # MacOS rabbitmq: host: localhost port: 5672