资金管理配置增加缺省值

This commit is contained in:
gaoqr
2025-06-04 16:16:37 +08:00
parent e0038dde84
commit 8370b873cf
2 changed files with 2 additions and 2 deletions
@@ -11,7 +11,7 @@ import org.springframework.stereotype.Component;
@Data
public class AdImageFilePath {
@Value("${adImageFile.filepath}")
@Value("${adImageFile.filepath:}")
private String filePath;
}