-
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.
- Loading branch information
Showing
44 changed files
with
237 additions
and
0 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.article.controller | ||
|
||
class Article { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.article.controller | ||
|
||
class ArticleController { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.article.persistence | ||
|
||
class ArticleEntity { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.article.persistence | ||
|
||
class ArticleLikesEntity { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.article.persistence | ||
|
||
class ArticleLikesRepository { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.article.persistence | ||
|
||
class ArticleRepository { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.article.service | ||
|
||
class ArticleService { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.auction.controller | ||
|
||
class Auction { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.auction.controller | ||
|
||
class AuctionController { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.auction.persistence | ||
|
||
class AuctionEntity { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.auction.persistence | ||
|
||
class AuctionRepository { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.auction.service | ||
|
||
class AuctionService { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.chatroom.controller | ||
|
||
class Chatroom { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.chatroom.controller | ||
|
||
class ChatroomController { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.chatroom.persistence | ||
|
||
class ChatEntity { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.chatroom.persistence | ||
|
||
class ChatRepository { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.chatroom.persistence | ||
|
||
class ChatroomEntity { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.chatroom.persistence | ||
|
||
class ChatroomRepository { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.chatroom.service | ||
|
||
class ChatroomService { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.comment.controller | ||
|
||
class Comment { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.comment.controller | ||
|
||
class CommentController { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.comment.persistence | ||
|
||
class CommentEntity { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.comment.persistence | ||
|
||
class CommentLikesEntity { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.comment.persistence | ||
|
||
class CommentLikesRepository { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.comment.persistence | ||
|
||
class CommentRepository { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.feed.controller | ||
|
||
class Feed { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.feed.controller | ||
|
||
class FeedController { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.feed.persistence | ||
|
||
class FeedEntity { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.feed.persistence | ||
|
||
class FeedRepository { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.feed.service | ||
|
||
class FeedService { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.image.controller | ||
|
||
class Image { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.image.controller | ||
|
||
class ImageController { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.image.persistence | ||
|
||
class ImageEntity { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.image.persistence | ||
|
||
class ImageRepository { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.image.service | ||
|
||
class ImageService { | ||
} |
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,4 @@ | ||
package com.toyProject7.karrot.user | ||
|
||
class AuthUser { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.user | ||
|
||
class UserAccessTokenUtil { | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.user | ||
|
||
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.user | ||
|
||
class UserException { | ||
} |
23 changes: 23 additions & 0 deletions
23
src/main/kotlin/com/toyProject7/karrot/user/controller/User.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,23 @@ | ||
package com.toyProject7.karrot.user.controller | ||
|
||
import com.toyProject7.karrot.user.persistence.UserEntity | ||
|
||
data class User( | ||
val id: String, | ||
val nickname: String, | ||
val userId: String, | ||
val location: String, | ||
val temperature: Double, | ||
) { | ||
companion object { | ||
fun fromEntity(entity: UserEntity): User { | ||
return User( | ||
id = entity.id!!, | ||
nickname = entity.nickname, | ||
userId = entity.userId, | ||
location = entity.location, | ||
temperature = entity.temperature, | ||
) | ||
} | ||
} | ||
} |
25 changes: 25 additions & 0 deletions
25
src/main/kotlin/com/toyProject7/karrot/user/controller/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,25 @@ | ||
package com.toyProject7.karrot.user.controller | ||
|
||
import com.toyProject7.karrot.user.service.UserService | ||
import org.springframework.http.ResponseEntity | ||
import org.springframework.web.bind.annotation.PostMapping | ||
import org.springframework.web.bind.annotation.RequestBody | ||
import org.springframework.web.bind.annotation.RestController | ||
|
||
|
||
@RestController | ||
class UserController ( | ||
//private val userService: UserService, | ||
) { | ||
|
||
} | ||
|
||
data class SignUpRequest( | ||
val userId: String, | ||
val password: String, | ||
val nickname: String, | ||
) | ||
|
||
data class SignUpResponse( | ||
val user: User | ||
) |
20 changes: 20 additions & 0 deletions
20
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
package com.toyProject7.karrot.user.persistence | ||
|
||
import jakarta.persistence.* | ||
|
||
@Entity(name = "users") | ||
class UserEntity( | ||
@Id | ||
@GeneratedValue(strategy = GenerationType.UUID) | ||
val id: String? = null, | ||
@Column(name = "nickname", nullable = false) | ||
var nickname: String, | ||
@Column(name = "userId", nullable = false) | ||
var userId: String, | ||
@Column(name = "hashed_password", nullable = false) | ||
var hashedPassword: String, | ||
@Column(name = "location") | ||
var location: String, | ||
@Column(name = "temperature") | ||
var temperature: Double, | ||
) |
9 changes: 9 additions & 0 deletions
9
src/main/kotlin/com/toyProject7/karrot/user/persistence/UserRepository.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,9 @@ | ||
package com.toyProject7.karrot.user.persistence | ||
|
||
import org.springframework.data.jpa.repository.JpaRepository | ||
|
||
interface UserRepository : JpaRepository<UserEntity, String> { | ||
fun findByUserId(userId: String): UserEntity? | ||
|
||
fun existsByUserId(userId: String): Boolean | ||
} |
4 changes: 4 additions & 0 deletions
4
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.toyProject7.karrot.user.service | ||
|
||
class UserService { | ||
} |