test #74
|
@ -14,7 +14,6 @@ import org.springframework.transaction.annotation.Transactional
|
||||||
import java.time.LocalDate
|
import java.time.LocalDate
|
||||||
|
|
||||||
@Service
|
@Service
|
||||||
@Transactional(readOnly = true)
|
|
||||||
class AuthService(
|
class AuthService(
|
||||||
private val repository: AuthRepository,
|
private val repository: AuthRepository,
|
||||||
private val objectMapper: ObjectMapper,
|
private val objectMapper: ObjectMapper,
|
||||||
|
|
Loading…
Reference in New Issue