公告板
版本库
filestore
活动
搜索
登录
main
/
lmk-xxl-job
绿满筐-xxl-job
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
初始化
xiangpei
2025-05-22
631e9d709d7e3f420a2ef8017d1d680f4e32ede6
[lmk-xxl-job.git]
/
xxl-job-executor-samples
/
xxl-job-executor-sample-frameless
/
src
/
test
/
java
/
com
/
xxl
/
job
/
executor
/
sample
/
frameless
/
test
/
FramelessApplicationTest.java
1
2
3
4
5
6
7
8
9
10
11
12
package com.xxl.job.executor.sample.frameless.test;
import org.junit.jupiter.api.Test;
public class FramelessApplicationTest {
@Test
public void test(){
System.out.println("111");
}
}