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] feat: Lombok 라이브러리 추가 (#415) #452

Merged
merged 3 commits into from
Oct 5, 2023
Merged

[BE] feat: Lombok 라이브러리 추가 (#415) #452

merged 3 commits into from
Oct 5, 2023

Conversation

seokjin8678
Copy link
Collaborator

@seokjin8678 seokjin8678 commented Sep 18, 2023

📌 관련 이슈

✨ PR 세부 내용

Controller, Service 클래스에는 AllArgsConstructor
Domain에는 NoArgsConstructor(access = PROTECTED)
를 적용했습니다.
getter 적용은 내일 논의 후 결정 해봅시다!

@seokjin8678 seokjin8678 added BE 백엔드에 관련된 작업 ⚙️ 리팩터링 리팩터링에 관련된 작업 labels Sep 18, 2023
@seokjin8678 seokjin8678 added this to the 5차 데모데이 milestone Sep 18, 2023
@seokjin8678 seokjin8678 self-assigned this Sep 18, 2023
@seokjin8678 seokjin8678 linked an issue Sep 18, 2023 that may be closed by this pull request
@github-actions
Copy link

github-actions bot commented Sep 18, 2023

Unit Test Results

  69 files    69 suites   8s ⏱️
193 tests 193 ✔️ 0 💤 0
196 runs  196 ✔️ 0 💤 0

Results for commit e97cd8b.

♻️ This comment has been updated with latest results.

# 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
Copy link
Member

@BGuga BGuga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

롬복 드디어 사용하네요 ㅋㅋ

@BGuga BGuga merged commit 8c06f8c into dev Oct 5, 2023
3 checks passed
@BGuga BGuga deleted the feat/#415 branch October 5, 2023 01:28
re4rk pushed a commit that referenced this pull request Oct 5, 2023
* build: lombok 의존성 추가

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

* feat: lombok 적용
BGuga pushed a commit that referenced this pull request 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
None yet
Development

Successfully merging this pull request may close these issues.

[BE] Lombok 라이브러리를 도입한다.
3 participants