Skip to content

Commit

Permalink
feat: StorageCredential提取到common-metadata TencentBlueKing#2547
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoxuwan authored Sep 24, 2024
1 parent 16749f6 commit 24e0bf7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,14 @@

package com.tencent.bkrepo.common.metadata

import com.tencent.bkrepo.common.storage.config.StorageProperties
import org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication
import org.springframework.boot.context.properties.EnableConfigurationProperties
import org.springframework.context.annotation.ComponentScan
import org.springframework.context.annotation.Configuration

@Configuration
@ConditionalOnWebApplication
@ComponentScan(basePackages = ["com.tencent.bkrepo.common.metadata"])
@EnableConfigurationProperties(StorageProperties::class)
class MetadataAutoConfiguration

0 comments on commit 24e0bf7

Please sign in to comment.