xuxueli 8 years ago
parent
commit
6393214098

+ 1 - 1
xxl-job-executor-samples/xxl-job-executor-sample-springboot/src/main/java/com/xxl/job/executor/core/config/XxlJobConfig.java View File

36
     @Value("${xxl.job.executor.logpath}")
36
     @Value("${xxl.job.executor.logpath}")
37
     private String logPath;
37
     private String logPath;
38
 
38
 
39
-    @Value("xxl.job.executor.logretentiondays")
39
+    @Value("${xxl.job.executor.logretentiondays}")
40
     private int logRetentionDays;
40
     private int logRetentionDays;
41
 
41
 
42
 
42