diff --git a/cadio-web/src/main/resources/application.yml b/cadio-web/src/main/resources/application.yml index 46c41805..b33dde39 100644 --- a/cadio-web/src/main/resources/application.yml +++ b/cadio-web/src/main/resources/application.yml @@ -1,4 +1,4 @@ -spring.profiles.default: local +spring.profiles.default: local # TODO: local/alpha/beta/release 이렇게 나눠두고 나중에 기본으로 release로 변경? spring.config: import: - classpath:/application-core.yml