Update XxlJobScheduler.java

2.1.2
jzl 5 years ago committed by GitHub
parent 76b2316e17
commit 49d7c97a2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,14 +33,13 @@ import java.util.concurrent.ConcurrentMap;
/** /**
* @author xuxueli 2018-10-28 00:18:17 * @author xuxueli 2018-10-28 00:18:17
*/ */
@Component
@DependsOn("xxlJobAdminConfig") public class XxlJobScheduler {
public class XxlJobScheduler implements InitializingBean, DisposableBean {
private static final Logger logger = LoggerFactory.getLogger(XxlJobScheduler.class); private static final Logger logger = LoggerFactory.getLogger(XxlJobScheduler.class);
@Override
public void afterPropertiesSet() throws Exception { public void init() throws Exception {
// init i18n // init i18n
initI18n(); initI18n();
@ -59,7 +58,7 @@ public class XxlJobScheduler implements InitializingBean, DisposableBean {
logger.info(">>>>>>>>> init xxl-job admin success."); logger.info(">>>>>>>>> init xxl-job admin success.");
} }
@Override
public void destroy() throws Exception { public void destroy() throws Exception {
// stop-schedule // stop-schedule

Loading…
Cancel
Save