Service 클래스 전체에 적용되어 있는 Transactional(readOnly=true) 삭제
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user