完成品牌部分改造

This commit is contained in:
super
2026-03-24 22:22:37 +08:00
parent 7ffe5279a3
commit 2cd0fcff93
37 changed files with 2086 additions and 11 deletions

View File

@@ -4,6 +4,6 @@ import org.springframework.boot.context.properties.EnableConfigurationProperties
import org.springframework.context.annotation.Configuration;
@Configuration
@EnableConfigurationProperties({OssProperties.class, StorageProperties.class})
@EnableConfigurationProperties({OssProperties.class, StorageProperties.class, BrandProgressProperties.class})
public class PropertiesConfig {
}