From 1b658c9178c55bc6e63397e4a6a7a50d312d9497 Mon Sep 17 00:00:00 2001 From: coffeesigma Date: Fri, 23 May 2025 14:30:38 +0900 Subject: [PATCH] =?UTF-8?q?KW-425/feat:=20eureka=20=EC=9D=98=EC=A1=B4?= =?UTF-8?q?=EC=84=B1=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 4 ---- src/main/resources/application.yml | 8 +------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/build.gradle b/build.gradle index 22ba8f3..757c855 100644 --- a/build.gradle +++ b/build.gradle @@ -54,10 +54,6 @@ dependencies { //config implementation 'org.springframework.cloud:spring-cloud-starter-config' implementation 'org.springframework.cloud:spring-cloud-starter-bus-amqp' - //eureka - implementation 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-client' - //openfeign - implementation 'org.springframework.cloud:spring-cloud-starter-openfeign' //Swagger implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.0' diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index cedbb3e..16ee18a 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -13,10 +13,4 @@ spring: profiles: active: ${SPRING_PROFILES_ACTIVE:local} - include: - - swagger - - openfeign - - datasource - - redis - - eureka - - actuator + include: ${SPRING_PROFILES_INCLUDE:swagger, openfeign, datasource, redis, eureka, actuator} \ No newline at end of file