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

[Refactor/#164] Member, Security 개편 #176

Merged
merged 64 commits into from
Nov 25, 2023

Conversation

whitem4rk
Copy link
Contributor

@whitem4rk whitem4rk commented Nov 25, 2023

  1. 테이블 재설계로 인한 entity, vo 수정
  2. SECURITY 부분 수정
  3. 완전한 OAuth + JWT 인증방식 채택
  4. 회원관리 (MEMBER) 관련 기능 구현

좀 더 체계적으로 나누어서 브랜치를 파고 MERGE 했어야 했는데 그러지 못했음...
앞으로는 squash merge 방식으로 PR해 나갈예정

가장 큰 문제는 TABLE을 수정하고 하다 보니 현재 PRODUCTION 데이터를 손실없이 어떻게 잘 가져와서 사용할 수 있을지 모르겠음.

@whitem4rk whitem4rk requested a review from skytin1004 November 25, 2023 06:22
@whitem4rk whitem4rk changed the title Refactor/#164 Member, Security 개편 [Refactor/#164] Member, Security 개편 Nov 25, 2023
Copy link
Member

@skytin1004 skytin1004 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!! 간혹 테스트가 전부 // 처리가 되어있는데 이유를 알고 싶습니다

@@ -78,7 +81,8 @@ project(':module-jpa') {
'org.springframework.boot:spring-boot-starter-data-jpa',
'com.querydsl:querydsl-jpa', // query dsl
'com.jcraft:jsch:0.1.55', // 로컬 개발용 db ssh tunneling, https://mavenlibs.com/maven/dependency/com.jcraft/jsch
'org.mariadb.jdbc:mariadb-java-client',
// 'org.mariadb.jdbc:mariadb-java-client',
'mysql:mysql-connector-java',
Copy link
Member

Choose a reason for hiding this comment

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

기존 사용 db인 mariadb로 변경 필요



}
//package com.inhabas.api.auth.domain.token;
Copy link
Member

@skytin1004 skytin1004 Nov 25, 2023

Choose a reason for hiding this comment

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

이거 테스트 통과가 안되나요?! 주석 처리한 이유를 알고싶습니다.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

이 클래스가 사라지고 다른 비슷한 기능을 하는 클래스를 만들었어. 그래서 지울까 하다가 나중에 테스트코드 작성할때 사용하려고 놔둔거야

@skytin1004 skytin1004 merged commit 89b4d52 into InhaBas:master Nov 25, 2023
1 check failed
@whitem4rk whitem4rk deleted the refactor/#164 branch November 26, 2023 12:07
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