toggle menu
innoqueue
0.0.1-SNAPSHOT
jvm
switch theme
search in API
innoqueue
/
com.innopolis.innoqueue.domain.external.service.impl
/
DatabaseServiceImpl
/
DatabaseServiceImpl
Database
Service
Impl
constructor
(
queueRepository
:
QueueRepository
,
@
Value
(
value
=
"${server.host.dev}"
)
devHost
:
String
?
=
null
,
@
Value
(
value
=
"${server.host.prod}"
)
prodHost
:
String
?
=
null
)