| | |
| | | import org.springframework.context.annotation.Configuration; |
| | | |
| | | @Configuration |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/common/config/XxlJobConfig.class */ |
| | | public class XxlJobConfig { |
| | | private Logger logger = LoggerFactory.getLogger(XxlJobConfig.class); |
| | | @Value("${xxl.job.admin.addresses}") |
| | |
| | | xxlJobSpringExecutor.setAccessToken(this.accessToken); |
| | | xxlJobSpringExecutor.setLogPath(this.logPath); |
| | | xxlJobSpringExecutor.setLogRetentionDays(this.logRetentionDays); |
| | | |
| | | return xxlJobSpringExecutor; |
| | | } |
| | | } |