Package-level declarations

Types

Link copied to clipboard
@Service
class AdminArticleMainCardService(val articleMainCardDao: ArticleMainCardDao, val workbookDao: WorkbookDao)
Link copied to clipboard
Link copied to clipboard
@Profile(value = ["!local"])
@Service
class GetCdnUrlService(cdnProperty: CdnProperty) : GetUrlService
Link copied to clipboard
@Profile(value = ["local"])
@Service
class GetLocalUrlService(services: Map<String, GetPreSignedObjectUrlProvider>) : GetUrlService
Link copied to clipboard
interface GetUrlService