필요없는 콘피그 삭제, 의존성 대입 삭제

dev
박성영 5 months ago
parent 7ee43f0cbb
commit 1758734ad3

@ -1,6 +1,5 @@
package egovframework.exception;
import egovframework.configProperties.LoginProperties;
import egovframework.util.ApiResponseEntity;
import egovframework.util.HttpServletUtil;
import lombok.RequiredArgsConstructor;
@ -28,8 +27,6 @@ import java.io.IOException;
@RequiredArgsConstructor
public class EgovExceptionAdvice {
private final LoginProperties loginProperties;
/**
* DataAccessException
* .

Loading…
Cancel
Save