-
Notifications
You must be signed in to change notification settings - Fork 0
Feat/#2 admin login #4
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
base: main
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,7 @@ | |||
distributionBase=GRADLE_USER_HOME | |||
distributionPath=wrapper/dists | |||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip |
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.
gradle wrapper 멀티 모듈 프로젝트에서 하나로 합칠 수 있습니다.
fix: 메시지 형식 수정
public interface AdminApiRepository extends JpaRepository<Admin, Long>, AdminApiRepositoryCustom{ | ||
Optional<Admin> findByEmail(String email); | ||
|
||
boolean existsAdminByEmail(String email); |
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.
위의 메서드랑 합칠 수 있을 것 같네요.
# database: | ||
# action: drop-and-create | ||
# show-sql: true | ||
|
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.
불필요한 주석은 지워주시면 될 것 같습니다
PR 유형
이 PR은 어떤 종류의 변경을 가져오나요?
현재 동작은 무엇인가요?
이슈 번호: resolves #3
새로운 동작은 무엇인가요?
기타 정보