Package-level declarations

Types

Link copied to clipboard
@Configuration
@ComponentScan(basePackages = ["storage.image"])
@Import(value = [StorageClientConfig::class])
class ImageStorageConfig
Link copied to clipboard
@Configuration
class S3ImageStoreConfig(@Value(value = "${image.store.bucket-name}") val bucket: String, @Value(value = "${storage.region}") val region: String) : ApplicationListener<ContextRefreshedEvent>