Database Service Impl
@Service
Service for managing the database
Constructors
Link copied to clipboard
constructor(queueRepository: QueueRepository, @Value(value = "${server.host.dev}" ) devHost: String? = null, @Value(value = "${server.host.prod}" ) prodHost: String? = null)