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

[BE] Lombok 라이브러리를 도입한다. #415

Closed
carsago opened this issue Aug 31, 2023 · 0 comments · Fixed by #452
Closed

[BE] Lombok 라이브러리를 도입한다. #415

carsago opened this issue Aug 31, 2023 · 0 comments · Fixed by #452
Labels
BE 백엔드에 관련된 작업 ⚙️ 리팩터링 리팩터링에 관련된 작업

Comments

@carsago
Copy link
Collaborator

carsago commented Aug 31, 2023

✨ 세부 내용

Lombok 라이브러리를 도입하여, 코드의 가독성을 개선한다.

@Getter, @NoArgsConstructor, @RequiredArgsConsturctor 등 활용

⏰ 예상 소요 시간

3시간

@carsago carsago added BE 백엔드에 관련된 작업 ⚙️ 리팩터링 리팩터링에 관련된 작업 labels Aug 31, 2023
@seokjin8678 seokjin8678 linked a pull request Sep 18, 2023 that will close this issue
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
* build: lombok 의존성 추가

* feat: lombok 적용
@BGuga BGuga closed this as completed in #452 Oct 5, 2023
@github-project-automation github-project-automation bot moved this from Todo to Done in 2023-festa-go Oct 5, 2023
re4rk pushed a commit that referenced this issue Oct 5, 2023
* build: lombok 의존성 추가

* feat: lombok 적용
BGuga pushed a commit that referenced this issue Oct 17, 2023
* build: lombok 의존성 추가

* feat: lombok 적용
BGuga pushed a commit that referenced this issue Oct 17, 2023
* build: lombok 의존성 추가

* feat: lombok 적용
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드에 관련된 작업 ⚙️ 리팩터링 리팩터링에 관련된 작업
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant