Service 클래스 전체에 적용되어 있는 Transactional(readOnly=true) 삭제

This commit is contained in:
Klaus 2023-11-09 18:50:43 +09:00
parent 8be8d15e4c
commit 615164e488
1 changed files with 0 additions and 1 deletions

View File

@ -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,