Merge pull request #23 from LeeBaekHaeng/2024/problems/apigateway

[apigateway] 이클립스 문제(Problems) 해결
This commit is contained in:
overpassion
2024-10-08 09:42:50 +09:00
committed by GitHub
2 changed files with 2 additions and 3 deletions

View File

@@ -3,7 +3,6 @@ package org.egovframe.cloud.apigateway.api;
import lombok.RequiredArgsConstructor; import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.springframework.context.MessageSource; import org.springframework.context.MessageSource;
import org.springframework.context.i18n.LocaleContextHolder;
import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RestController; import org.springframework.web.bind.annotation.RestController;
@@ -25,6 +24,7 @@ import java.util.Locale;
* 수정일 수정자 수정내용 * 수정일 수정자 수정내용
* ---------- -------- --------------------------- * ---------- -------- ---------------------------
* 2021/08/10 jaeyeolkim 최초 생성 * 2021/08/10 jaeyeolkim 최초 생성
* 2024/09/24 이백행 컨트리뷰션 이클립스 문제(Problems) 해결
* </pre> * </pre>
*/ */
@Slf4j @Slf4j

View File

@@ -6,8 +6,6 @@ import org.springframework.boot.web.error.ErrorAttributeOptions;
import org.springframework.boot.web.reactive.error.DefaultErrorAttributes; import org.springframework.boot.web.reactive.error.DefaultErrorAttributes;
import org.springframework.boot.web.reactive.error.ErrorAttributes; import org.springframework.boot.web.reactive.error.ErrorAttributes;
import org.springframework.context.MessageSource; import org.springframework.context.MessageSource;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.i18n.LocaleContextHolder; import org.springframework.context.i18n.LocaleContextHolder;
import org.springframework.web.reactive.function.server.ServerRequest; import org.springframework.web.reactive.function.server.ServerRequest;
@@ -31,6 +29,7 @@ import java.util.Map;
* 수정일 수정자 수정내용 * 수정일 수정자 수정내용
* ---------- -------- --------------------------- * ---------- -------- ---------------------------
* 2021/07/16 jaeyeolkim 최초 생성 * 2021/07/16 jaeyeolkim 최초 생성
* 2024/09/24 이백행 컨트리뷰션 이클립스 문제(Problems) 해결
* </pre> * </pre>
*/ */
@Slf4j @Slf4j