Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
DGU-UMC-9th
/
Spring_Boot_A
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Issues
6
Pull requests
4
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
[Lendo] Chapter 7. API 응답 통일 & 에러 핸들러
- #20
#20
Open
dongchan0105
wants to merge 6 commits into
Lendo/main
DGU-UMC-9th/Spring_Boot_A:Lendo/main
from
Lendo/#7
DGU-UMC-9th/Spring_Boot_A:Lendo/#7
Copy head branch name to clipboard
Conversation
Commits
6
(6)
Checks
Files changed
Open
[Lendo] Chapter 7. API 응답 통일 & 에러 핸들러
#20
dongchan0105
wants to merge 6 commits into
Lendo/main
DGU-UMC-9th/Spring_Boot_A:Lendo/main
from
Lendo/#7
DGU-UMC-9th/Spring_Boot_A:Lendo/#7
Copy head branch name to clipboard
Commits
Commits on Nov 11, 2025
✅ ErrorCode와 Success코드의 getter를 인터페이스로 설정
dongchan0105
committed
7c6c7b8
View commit details
Copy full SHA for 7c6c7b8
Browse repository at this point
✅ 성공과 실패 코드를 Enum으로 만들어 응답에 사용할 수 있도록 생성했씁니다.
dongchan0105
committed
e165734
View commit details
Copy full SHA for e165734
Browse repository at this point
✅ APIResponse 를 통해 성공과 실패를 공통객체로 만들어서 리턴할 수 있도록 만들었습니다.
dongchan0105
committed
31eb4ee
View commit details
Copy full SHA for 31eb4ee
Browse repository at this point
User에 대한 dto객체들과 이를 entity와 소통할 Converter추가
dongchan0105
committed
db6b14b
View commit details
Copy full SHA for db6b14b
Browse repository at this point
✅ UssrService 생성 후 공통응답 Controller생성 패키지 구조 변경
dongchan0105
committed
515b740
View commit details
Copy full SHA for 515b740
Browse repository at this point
✅ CustomException과 이를 포함한 일반적인 예외를 공통으로 처리하는 GlobalExcetpionHandler추가
dongchan0105
committed
c76702b
View commit details
Copy full SHA for c76702b
Browse repository at this point
You can’t perform that action at this time.