-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ created all the necessary empty files for social login
- Loading branch information
Showing
76 changed files
with
146 additions
and
97 deletions.
There are no files selected for viewing
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/article/controller/Article.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.article.controller | ||
|
||
class Article { | ||
} | ||
class Article |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/article/controller/ArticleController.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.article.controller | ||
|
||
class ArticleController { | ||
} | ||
class ArticleController |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/article/persistence/ArticleEntity.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.article.persistence | ||
|
||
class ArticleEntity { | ||
} | ||
class ArticleEntity |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/article/persistence/ArticleLikesEntity.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.article.persistence | ||
|
||
class ArticleLikesEntity { | ||
} | ||
class ArticleLikesEntity |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/article/persistence/ArticleLikesRepository.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.article.persistence | ||
|
||
class ArticleLikesRepository { | ||
} | ||
class ArticleLikesRepository |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/article/persistence/ArticleRepository.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.article.persistence | ||
|
||
class ArticleRepository { | ||
} | ||
class ArticleRepository |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/article/service/ArticleService.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.article.service | ||
|
||
class ArticleService { | ||
} | ||
class ArticleService |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/auction/controller/Auction.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.auction.controller | ||
|
||
class Auction { | ||
} | ||
class Auction |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/auction/controller/AuctionController.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.auction.controller | ||
|
||
class AuctionController { | ||
} | ||
class AuctionController |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/auction/persistence/AuctionEntity.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.auction.persistence | ||
|
||
class AuctionEntity { | ||
} | ||
class AuctionEntity |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/auction/persistence/AuctionRepository.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.auction.persistence | ||
|
||
class AuctionRepository { | ||
} | ||
class AuctionRepository |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/auction/service/AuctionService.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.auction.service | ||
|
||
class AuctionService { | ||
} | ||
class AuctionService |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/chatroom/controller/Chatroom.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.chatroom.controller | ||
|
||
class Chatroom { | ||
} | ||
class Chatroom |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/chatroom/controller/ChatroomController.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.chatroom.controller | ||
|
||
class ChatroomController { | ||
} | ||
class ChatroomController |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/chatroom/persistence/ChatEntity.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.chatroom.persistence | ||
|
||
class ChatEntity { | ||
} | ||
class ChatEntity |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/chatroom/persistence/ChatRepository.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.chatroom.persistence | ||
|
||
class ChatRepository { | ||
} | ||
class ChatRepository |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/chatroom/persistence/ChatroomEntity.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.chatroom.persistence | ||
|
||
class ChatroomEntity { | ||
} | ||
class ChatroomEntity |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/chatroom/persistence/ChatroomRepository.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.chatroom.persistence | ||
|
||
class ChatroomRepository { | ||
} | ||
class ChatroomRepository |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/chatroom/service/ChatroomService.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.chatroom.service | ||
|
||
class ChatroomService { | ||
} | ||
class ChatroomService |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/comment/controller/Comment.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.comment.controller | ||
|
||
class Comment { | ||
} | ||
class Comment |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/comment/controller/CommentController.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.comment.controller | ||
|
||
class CommentController { | ||
} | ||
class CommentController |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/comment/persistence/CommentEntity.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.comment.persistence | ||
|
||
class CommentEntity { | ||
} | ||
class CommentEntity |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/comment/persistence/CommentLikesEntity.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.comment.persistence | ||
|
||
class CommentLikesEntity { | ||
} | ||
class CommentLikesEntity |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/comment/persistence/CommentLikesRepository.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.comment.persistence | ||
|
||
class CommentLikesRepository { | ||
} | ||
class CommentLikesRepository |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/comment/persistence/CommentRepository.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.comment.persistence | ||
|
||
class CommentRepository { | ||
} | ||
class CommentRepository |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/feed/controller/Feed.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.feed.controller | ||
|
||
class Feed { | ||
} | ||
class Feed |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/feed/controller/FeedController.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.feed.controller | ||
|
||
class FeedController { | ||
} | ||
class FeedController |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/feed/persistence/FeedEntity.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.feed.persistence | ||
|
||
class FeedEntity { | ||
} | ||
class FeedEntity |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/feed/persistence/FeedRepository.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.feed.persistence | ||
|
||
class FeedRepository { | ||
} | ||
class FeedRepository |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/feed/service/FeedService.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.feed.service | ||
|
||
class FeedService { | ||
} | ||
class FeedService |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/image/controller/Image.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.image.controller | ||
|
||
class Image { | ||
} | ||
class Image |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/image/controller/ImageController.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.image.controller | ||
|
||
class ImageController { | ||
} | ||
class ImageController |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/image/persistence/ImageEntity.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.image.persistence | ||
|
||
class ImageEntity { | ||
} | ||
class ImageEntity |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/image/persistence/ImageRepository.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.image.persistence | ||
|
||
class ImageRepository { | ||
} | ||
class ImageRepository |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/image/service/ImageService.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.image.service | ||
|
||
class ImageService { | ||
} | ||
class ImageService |
This file was deleted.
Oops, something went wrong.
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/user/UserAccessTokenUtil.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.user | ||
|
||
class UserAccessTokenUtil { | ||
} | ||
class UserAccessTokenUtil |
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/user/UserArgumentResolver.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.user | ||
|
||
class UserArgumentResolver { | ||
} | ||
class UserArgumentResolver |
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.user | ||
|
||
class UserException { | ||
} | ||
class UserException |
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 |
---|---|---|
|
@@ -20,4 +20,4 @@ data class User( | |
) | ||
} | ||
} | ||
} | ||
} |
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
6 changes: 5 additions & 1 deletion
6
src/main/kotlin/com/toyProject7/karrot/user/persistence/UserEntity.kt
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
3 changes: 1 addition & 2 deletions
3
src/main/kotlin/com/toyProject7/karrot/user/service/UserService.kt
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
package com.toyProject7.karrot.user.service | ||
|
||
class UserService { | ||
} | ||
class UserService |
3 changes: 3 additions & 0 deletions
3
src/main/kotlin/com/toyProject7/karrot/userSL/UserSLException.kt
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package com.toyProject7.karrot.userSL | ||
|
||
class UserSLException |
3 changes: 3 additions & 0 deletions
3
src/main/kotlin/com/toyProject7/karrot/userSL/common/ApiResponse.kt
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package com.toyProject7.karrot.userSL.common | ||
|
||
class ApiResponse |
3 changes: 3 additions & 0 deletions
3
src/main/kotlin/com/toyProject7/karrot/userSL/common/ApiResponseHeader.kt
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package com.toyProject7.karrot.userSL.common | ||
|
||
class ApiResponseHeader |
3 changes: 3 additions & 0 deletions
3
src/main/kotlin/com/toyProject7/karrot/userSL/config/properties/AppProperties.kt
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package com.toyProject7.karrot.userSL.config.properties | ||
|
||
class AppProperties |
3 changes: 3 additions & 0 deletions
3
src/main/kotlin/com/toyProject7/karrot/userSL/config/properties/CorsProperties.kt
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package com.toyProject7.karrot.userSL.config.properties | ||
|
||
class CorsProperties |
3 changes: 3 additions & 0 deletions
3
src/main/kotlin/com/toyProject7/karrot/userSL/config/security/JwtConfig.kt
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package com.toyProject7.karrot.userSL.config.security | ||
|
||
class JwtConfig |
3 changes: 3 additions & 0 deletions
3
src/main/kotlin/com/toyProject7/karrot/userSL/config/security/SecurityConfig.kt
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package com.toyProject7.karrot.userSL.config.security | ||
|
||
class SecurityConfig |
3 changes: 3 additions & 0 deletions
3
src/main/kotlin/com/toyProject7/karrot/userSL/controller/auth/AuthController.kt
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package com.toyProject7.karrot.userSL.controller.auth | ||
|
||
class AuthController |
3 changes: 3 additions & 0 deletions
3
src/main/kotlin/com/toyProject7/karrot/userSL/controller/user/UserController.kt
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package com.toyProject7.karrot.userSL.controller.user | ||
|
||
class UserController |
3 changes: 3 additions & 0 deletions
3
src/main/kotlin/com/toyProject7/karrot/userSL/handler/OAuth2AuthenticationFailureHandler.kt
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package com.toyProject7.karrot.userSL.handler | ||
|
||
class OAuth2AuthenticationFailureHandler |
3 changes: 3 additions & 0 deletions
3
src/main/kotlin/com/toyProject7/karrot/userSL/handler/OAuth2AuthenticationSuccessHandler.kt
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package com.toyProject7.karrot.userSL.handler | ||
|
||
class OAuth2AuthenticationSuccessHandler |
3 changes: 3 additions & 0 deletions
3
src/main/kotlin/com/toyProject7/karrot/userSL/handler/TokenAccessDeniedHandler.kt
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package com.toyProject7.karrot.userSL.handler | ||
|
||
class TokenAccessDeniedHandler |
3 changes: 3 additions & 0 deletions
3
src/main/kotlin/com/toyProject7/karrot/userSL/info/OAuth2UserInfo.kt
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package com.toyProject7.karrot.userSL.info | ||
|
||
class OAuth2UserInfo |
3 changes: 3 additions & 0 deletions
3
src/main/kotlin/com/toyProject7/karrot/userSL/info/OAuth2UserInfoFactory.kt
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package com.toyProject7.karrot.userSL.info | ||
|
||
class OAuth2UserInfoFactory |
3 changes: 3 additions & 0 deletions
3
src/main/kotlin/com/toyProject7/karrot/userSL/info/impl/GoogleOAuth2UserInfo.kt
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package com.toyProject7.karrot.userSL.info.impl | ||
|
||
class GoogleOAuth2UserInfo |
3 changes: 3 additions & 0 deletions
3
src/main/kotlin/com/toyProject7/karrot/userSL/info/impl/KakaoOAuth2UserInfo.kt
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package com.toyProject7.karrot.userSL.info.impl | ||
|
||
class KakaoOAuth2UserInfo |
Oops, something went wrong.