mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
添加 参考链接
This commit is contained in:
parent
0fee267e4a
commit
b730ccf470
@ -22,6 +22,7 @@ import java.util.concurrent.ScheduledFuture;
|
||||
* <li>取消定时任务</li>
|
||||
* <li>高级操作</li>
|
||||
* </ol>
|
||||
* 参考:<a href="https://docs.spring.io/spring-framework/docs/current/reference/html/integration.html#scheduling">Spring doc</a>
|
||||
*
|
||||
* @author JC
|
||||
* @date 03/13
|
||||
|
@ -61,7 +61,7 @@ public class SpringCronUtilTest {
|
||||
|
||||
/**
|
||||
* 高级用法
|
||||
* 参考:
|
||||
* 参考:<a href="https://docs.spring.io/spring-framework/docs/current/reference/html/integration.html#scheduling">Spring doc</a>
|
||||
*/
|
||||
@Test
|
||||
public void senior() {
|
||||
|
Loading…
Reference in New Issue
Block a user