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

Feature/tony/user/add user logger #107

Merged
merged 7 commits into from
Oct 23, 2023
Merged

Conversation

TonyKim9401
Copy link
Contributor

해결하려는 문제가 무엇인가요?

  • logback.xml 사용을 위한 라이브러리 추가
  • user 생성 로직 작성

어떻게 해결했나요?

  • // 로그백 의존성
    implementation(group = "ca.pjer", name = "logback-awslogs-appender", version = "1.6.0")
    // 프로퍼티 제어 in xml
    implementation("org.codehaus.janino:janino:3.1.10")
    => builda.gradle.kts에 추가

Attachment

로그백 및 janino 라이브러리 추가
사용자 생성시 사용할 DTO 객체 생성
사용자 조회 후 반환용 DTO 객체
사용자 생성 로직 추가
사용자 저장 컴포넌트 계층 생성
사용자 관련 엔드포인트 추가
User Entity 에서 responseDto 반환 메서드 추가
@TonyKim9401 TonyKim9401 temporarily deployed to dev October 20, 2023 16:32 — with GitHub Actions Inactive
@TonyKim9401
Copy link
Contributor Author

📝 테스트 커버리지 리포트입니다

File Coverage [40.53%]
UserManager.kt 81.54% 🍏
UserService.kt 65.38%
User.kt 61.98%
UserController.kt 37.5%
ResponseUser.kt 0%
RequestCreateUser.kt 0%
Total Project Coverage 68.87% 🍏

@github-actions
Copy link

Test Results

46 tests   44 ✔️  17s ⏱️
  9 suites    2 💤
  9 files      0

Results for commit a6351f0.

@TonyKim9401 TonyKim9401 merged commit 32c0497 into dev Oct 23, 2023
3 checks passed
@TonyKim9401 TonyKim9401 temporarily deployed to dev October 23, 2023 13:01 — with GitHub Actions Inactive
@TonyKim9401 TonyKim9401 temporarily deployed to dev October 23, 2023 13:05 — with GitHub Actions Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants