Service 클래스 전체에 적용되어 있는 Transactional(readOnly=true) 삭제
This commit is contained in:
parent
8be8d15e4c
commit
615164e488
|
@ -14,7 +14,6 @@ import org.springframework.transaction.annotation.Transactional
|
|||
import java.time.LocalDate
|
||||
|
||||
@Service
|
||||
@Transactional(readOnly = true)
|
||||
class AuthService(
|
||||
private val repository: AuthRepository,
|
||||
private val objectMapper: ObjectMapper,
|
||||
|
|
Loading…
Reference in New Issue