Skip to content

Commit

Permalink
bug: CodeCC没有读取到配置时未初始化默认值 TencentBlueKing#6499
Browse files Browse the repository at this point in the history
  • Loading branch information
JamiKX1 committed Apr 6, 2022
1 parent 46bd918 commit c901304
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class ScheduleServiceImpl implements ScheduleService {
private AnalyzeHostPoolDao analyzeHostPoolDao;
@Autowired
private ConcurrentAnalyzeConfigCache concurrentAnalyzeConfigCache;
@Value("${result.log.path}")
@Value("${result.log.path:#{null}}")
private String resultLogPath;

/**
Expand Down

0 comments on commit c901304

Please sign in to comment.