test #74

Merged
klaus merged 10 commits from test into main 2023-11-09 11:18:20 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 615164e488 - Show all commits

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,