https://www.aliyun.com/jiaocheng/811309.html 下载源码tbschedule 源码(使用svn 直接checkout) http://code.taobao.org/svn/tbschedule/ --------------------- https://blog.csdn.net/u014071587/article/details/53779678 页面提示错误Could not initialize classcom.taobao.pamirs.schedule.ConsoleManager 但是我看ScheduleConsole.war包中的tbschedule-3.3.3.2.jar是有这个类的啊,而且感觉也没啥问题。 找了一段时间终于找到原因了,原因出在依赖包上,解决步骤如下: 1 在trunk目录下执行mvndependency:copy-dependencies,tbshchedule最新的依赖包会生成在target下的dependcy目录中 2 将dependency目录下的jar包考的 trunk\console\depend-lib下,原有的lib删除 3 在trunk下执行mvn install -Dmaven.test.skip,打出tbschedule-3.3.3.2.jar 3 执行build.xml打出ScheduleConsole.war包 4 放到tomcat下执行,管理台正常访问 --------------------- 如何使用tbschedule http://www.111cn.net/jsp/Jsp-Servlet/72059.htm apscheduler https://www.cnblogs.com/luxiaojun/p/6567132.html https://blog.csdn.net/somezz/article/details/83104368 https://www.jianshu.com/p/e2b5a7a626ed xxl-job.txt