ImageStorageConfig

@Configuration
@ComponentScan(basePackages = ["storage.image"])
@Import(value = [StorageClientConfig::class])
class ImageStorageConfig

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
@Bean(name = ["imageStoreCdnProperty"])
fun cdnProperty(@Value(value = "${cdn.url}") url: String): CdnProperty