Package-level declarations

Types

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