불필요한 Transaction 애노테이션 제거
This commit is contained in:
parent
b34459e6c6
commit
e3e4151187
|
@ -2,10 +2,8 @@ package kr.co.vividnext.sodalive.member.notification
|
||||||
|
|
||||||
import kr.co.vividnext.sodalive.member.Member
|
import kr.co.vividnext.sodalive.member.Member
|
||||||
import org.springframework.stereotype.Service
|
import org.springframework.stereotype.Service
|
||||||
import org.springframework.transaction.annotation.Transactional
|
|
||||||
|
|
||||||
@Service
|
@Service
|
||||||
@Transactional(readOnly = true)
|
|
||||||
class MemberNotificationService(private val repository: MemberNotificationRepository) {
|
class MemberNotificationService(private val repository: MemberNotificationRepository) {
|
||||||
fun updateNotification(
|
fun updateNotification(
|
||||||
live: Boolean? = null,
|
live: Boolean? = null,
|
||||||
|
|
Loading…
Reference in New Issue