File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/main/kotlin/com/back/koreaTravelGuide/domain/user/service Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import com.back.koreaTravelGuide.domain.user.repository.UserRepository
77import org.springframework.stereotype.Service
88import org.springframework.transaction.annotation.Transactional
99
10+ @Transactional
1011@Service
1112class GuideService (
1213 private val userRepository : UserRepository ,
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import com.back.koreaTravelGuide.domain.user.repository.UserRepository
66import org.springframework.stereotype.Service
77import org.springframework.transaction.annotation.Transactional
88
9+ @Transactional
910@Service
1011class UserService (
1112 private val userRepository : UserRepository ,
You can’t perform that action at this time.
0 commit comments