-
Notifications
You must be signed in to change notification settings - Fork 8
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
[BE] Lombok 라이브러리를 도입한다. #415
Comments
seokjin8678
added a commit
that referenced
this issue
Oct 1, 2023
# Conflicts: # backend/build.gradle # backend/src/main/java/com/festago/admin/application/AdminService.java # backend/src/main/java/com/festago/auth/application/AuthFacadeService.java # backend/src/main/java/com/festago/auth/application/AuthService.java # backend/src/main/java/com/festago/entry/application/EntryService.java # backend/src/main/java/com/festago/festival/application/FestivalService.java # backend/src/main/java/com/festago/festival/domain/Festival.java # backend/src/main/java/com/festago/presentation/AdminController.java # backend/src/main/java/com/festago/presentation/AuthController.java # backend/src/main/java/com/festago/school/application/SchoolService.java # backend/src/main/java/com/festago/ticket/domain/Ticket.java # backend/src/main/java/com/festago/ticketing/application/TicketingService.java
BGuga
pushed a commit
that referenced
this issue
Oct 5, 2023
re4rk
pushed a commit
that referenced
this issue
Oct 5, 2023
BGuga
pushed a commit
that referenced
this issue
Oct 17, 2023
BGuga
pushed a commit
that referenced
this issue
Oct 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
✨ 세부 내용
Lombok 라이브러리를 도입하여, 코드의 가독성을 개선한다.
@Getter, @NoArgsConstructor, @RequiredArgsConsturctor 등 활용
⏰ 예상 소요 시간
3시간
The text was updated successfully, but these errors were encountered: