xxl-job introduction process

I inadvertently listened to a friend saying that a timer that is easier to use than quarz. I looked at it myself today. It feels really good. It is a distributed timing project. It has a background interface management similar to dubbo, which can be seen in the background management. You can also add, delete, modify the timing of the execution of your own scheduled tasks, and you can stop and enable the timing at any time.

The interface is as follows:

xxl-job has given us examples of use, as shown

xxl-job-master is downloaded from github, after decompression, import!

xxl-job-executor-samples x The following is a list of integration examples for different projects. For example, the last one is the springboot integration example.

When integrating with the business code, copy the code and configuration below springboot to your project, change the ip, port number, etc.

I have tried it myself and it works!

Just getting started!

Published 23 original articles · Like 3 · Visitors 6858

Guess you like

Origin blog.csdn.net/weixin_41834814/article/details/85101511