Merge pull request #863 from souvc/master
添加Jboot框架使用xxl-job的应用示例 |
---|
xxl-job-executor-samples/pom.xml |
---|
xxl-job-executor-samples/xxl-job-executor-sample-jboot/pom.xml 0 → 100644 |
---|
xxl-job-executor-samples/xxl-job-executor-sample-jboot/src/main/java/com/xuxueli/JbootApp.java 0 → 100644 |
---|
xxl-job-executor-samples/xxl-job-executor-sample-jboot/src/main/java/com/xuxueli/executor/sample/jboot/config/JbootConfig.java 0 → 100644 |
---|
xxl-job-executor-samples/xxl-job-executor-sample-jboot/src/main/java/com/xuxueli/executor/sample/jboot/controller/IndexController.java 0 → 100644 |
---|
xxl-job-executor-samples/xxl-job-executor-sample-jboot/src/main/java/com/xuxueli/executor/sample/jboot/jobhandler/CommandJobHandler.java 0 → 100644 |
---|
xxl-job-executor-samples/xxl-job-executor-sample-jboot/src/main/java/com/xuxueli/executor/sample/jboot/jobhandler/DemoJobHandler.java 0 → 100644 |
---|
xxl-job-executor-samples/xxl-job-executor-sample-jboot/src/main/java/com/xuxueli/executor/sample/jboot/jobhandler/HttpJobHandler.java 0 → 100644 |
---|
xxl-job-executor-samples/xxl-job-executor-sample-jboot/src/main/java/com/xuxueli/executor/sample/jboot/jobhandler/ShardingJobHandler.java 0 → 100644 |
---|
xxl-job-executor-samples/xxl-job-executor-sample-jboot/src/main/resources/jboot.properties 0 → 100644 |
---|
xxl-job-executor-samples/xxl-job-executor-sample-jboot/src/main/resources/logback.xml 0 → 100644 |
---|
xxl-job-executor-samples/xxl-job-executor-sample-jboot/src/test/java/com/xuxueli/AppTest.java 0 → 100644 |
---|