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
Accelerator
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
Type
/
to 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
.
yourssu-Lab
/
java-sprout
Public template
Notifications
You must be signed in to change notification settings
Fork
6
Star
0
Code
Issues
0
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[Spring JPA] Piki 2주차 미션 제출합니다.
- #13
#13
Open
seulnan
wants to merge 25 commits into
yourssu-Lab:piki
yourssu-Lab/java-sprout:piki
from
seulnan:piki-week2
seulnan/java-sprout:piki-week2
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Open
[Spring JPA] Piki 2주차 미션 제출합니다.
#13
seulnan
wants to merge 25 commits into
yourssu-Lab:piki
yourssu-Lab/java-sprout:piki
from
seulnan:piki-week2
seulnan/java-sprout:piki-week2
Copy head branch name to clipboard
Commits
Commits on Apr 25, 2025
feat: 4단계 구현
Show description for 356d87e
seulnan
committed
356d87e
View commit details
Copy full SHA for 356d87e
Browse repository at this point
refactor: auth관련설정도 dao대신 jpa로 변경
Show description for 55ec6e2
seulnan
committed
55ec6e2
View commit details
Copy full SHA for 55ec6e2
Browse repository at this point
refactor: 쿠키 기반 인증 흐름 개선 및 예외 처리 일관성 확보
Show description for e7865f8
seulnan
committed
e7865f8
View commit details
Copy full SHA for e7865f8
Browse repository at this point
feat: 5단계 구현
Show description for e229644
seulnan
committed
e229644
View commit details
Copy full SHA for e229644
Browse repository at this point
feat: 6단계 구현
Show description for 7178bdf
seulnan
committed
7178bdf
View commit details
Copy full SHA for 7178bdf
Browse repository at this point
chore: 파일 끝에 개행추가
Show description for e0d50f2
seulnan
committed
e0d50f2
View commit details
Copy full SHA for e0d50f2
Browse repository at this point
Commits on Apr 27, 2025
refactor: ReservationService에서 MemberService대신 repository주입받도록 설정
Show description for 25984af
seulnan
committed
25984af
View commit details
Copy full SHA for 25984af
Browse repository at this point
refactor: java컨벤션에 맞춰 카멜케이스로 네이밍 변경
Show description for ba6fc0a
seulnan
committed
ba6fc0a
View commit details
Copy full SHA for ba6fc0a
Browse repository at this point
Commits on Apr 28, 2025
refactor: 엔티티 protected 기본 생성자를 @NoArgsConstructor로 대체
seulnan
committed
f37a323
View commit details
Copy full SHA for f37a323
Browse repository at this point
fix: JWT 발급 시 유효기간 설정 오류 수정 및 properties 관리 개선
Show description for d75fcc8
seulnan
committed
d75fcc8
View commit details
Copy full SHA for d75fcc8
Browse repository at this point
Commits on Apr 29, 2025
fix(waiting): 대기 등록 시 순번 반환 및 조회 성능 개선
Show description for d850bb5
seulnan
committed
d850bb5
View commit details
Copy full SHA for d850bb5
Browse repository at this point
fix(reservation): Reservation 엔티티 정규화 및 save 메서드 리팩터링
Show description for b78ee27
seulnan
committed
b78ee27
View commit details
Copy full SHA for b78ee27
Browse repository at this point
refactor: DTO 클래스들을 record로 변경하여 코드 간결화 및 불변성 강화
Show description for 6b19d16
seulnan
committed
6b19d16
View commit details
Copy full SHA for 6b19d16
Browse repository at this point
Commits on May 1, 2025
chore: 불필요한 필드 및 import 제거, @NotNull 추가로 null 체크 강화
seulnan
committed
6892024
View commit details
Copy full SHA for 6892024
Browse repository at this point
refactor: record 미적용된 클래스 변경, @Transactional 누락된 서비스 메서드 보완
seulnan
committed
0466798
View commit details
Copy full SHA for 0466798
Browse repository at this point
fix: Reservation 및 Waiting 조회 시 N+1 문제 해결
Show description for e28f6e7
seulnan
committed
e28f6e7
View commit details
Copy full SHA for e28f6e7
Browse repository at this point
feat: 예약 대기 취소 기능 구현
Show description for 5549795
seulnan
committed
5549795
View commit details
Copy full SHA for 5549795
Browse repository at this point
Commits on May 2, 2025
refactor: LoginMemberArgumentResolver DI방식으로 변경
Show description for fcad67e
seulnan
committed
fcad67e
View commit details
Copy full SHA for fcad67e
Browse repository at this point
refactor(auth): 인증 흐름 내 중복 예외 제거 및 책임 분리
Show description for ef45579
seulnan
committed
ef45579
View commit details
Copy full SHA for ef45579
Browse repository at this point
Commits on May 4, 2025
refactor: 전역 예외처리 리팩토링 및 ErrorCode enum 통합 적용
Show description for 643dfb8
seulnan
committed
643dfb8
View commit details
Copy full SHA for 643dfb8
Browse repository at this point
fix: JWT 토큰에 member id 포함하여 충돌가능성 제거
Show description for 956e95f
seulnan
committed
956e95f
View commit details
Copy full SHA for 956e95f
Browse repository at this point
refactor: ThemeService로 책임 분리
Show description for 453fd02
seulnan
committed
453fd02
View commit details
Copy full SHA for 453fd02
Browse repository at this point
refactor(time): setter 제거 및 markDeleted 도입으로 도메인 일관성 강화
Show description for 8f18e74
seulnan
committed
8f18e74
View commit details
Copy full SHA for 8f18e74
Browse repository at this point
fix(reservation): 예약 중복 방지 및 예약자에 대한 예약대기 제한 로직 추가
Show description for 578ec78
seulnan
committed
578ec78
View commit details
Copy full SHA for 578ec78
Browse repository at this point
Commits on May 5, 2025
error: theme&time notFound에러 처리 개선
Show description for e432e37
seulnan
committed
e432e37
View commit details
Copy full SHA for e432e37
Browse repository at this point
You can’t perform that action at this time.