-
Notifications
You must be signed in to change notification settings - Fork 13
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
Conversation
… JdbcOAuth2AuthorizedClientService
…연관 test code 임시 수정
There was a problem hiding this 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', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
기존 사용 db인 mariadb로 변경 필요
...main/java/com/inhabas/api/auth/domain/oauth2/handler/Oauth2AuthenticationSuccessHandler.java
Show resolved
Hide resolved
|
||
|
||
} | ||
//package com.inhabas.api.auth.domain.token; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이거 테스트 통과가 안되나요?! 주석 처리한 이유를 알고싶습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 클래스가 사라지고 다른 비슷한 기능을 하는 클래스를 만들었어. 그래서 지울까 하다가 나중에 테스트코드 작성할때 사용하려고 놔둔거야
좀 더 체계적으로 나누어서 브랜치를 파고 MERGE 했어야 했는데 그러지 못했음...
앞으로는 squash merge 방식으로 PR해 나갈예정
가장 큰 문제는 TABLE을 수정하고 하다 보니 현재 PRODUCTION 데이터를 손실없이 어떻게 잘 가져와서 사용할 수 있을지 모르겠음.