xuxueli il y a 7 ans
Parent
révision
6393214098

+ 1 - 1
xxl-job-executor-samples/xxl-job-executor-sample-springboot/src/main/java/com/xxl/job/executor/core/config/XxlJobConfig.java Voir le fichier

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