-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from cmsong111/15-리뷰-기능
Security(JWT 적용) 및 댓글 기능 추가 및 Rest API 리팩토링
- Loading branch information
Showing
86 changed files
with
1,817 additions
and
1,730 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
public record SignUpRequest( | ||
@Schema(description = "이메일", example = "[email protected]") | ||
String email, | ||
@Schema(description = "비밀번호", example = "test1234") | ||
@Schema(description = "비밀번호", example = "test") | ||
String password, | ||
@Schema(description = "이름", example = "홍길동") | ||
String name, | ||
|
13 changes: 0 additions & 13 deletions
13
src/main/java/ac/kr/deu/connect/luck/configuration/HttpMethodConfig.java
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
src/main/java/ac/kr/deu/connect/luck/configuration/MapStructMapper.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.