test #74
|
@ -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