Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/19 exception handling #21

Merged
merged 7 commits into from
Jan 9, 2025
Merged

Conversation

kangeunchan
Copy link
Member

Global Exception Handler 도입해서

                statusCode = e.statusCode,
                message = e.message,
                timestamp = LocalDateTime.now(),
                path = (request as ServletWebRequest).request.requestURI,
                method = (request).request.method,

위 형식에 맞게 에러 메세지 추가되게 했습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant