xiangpei
2025-05-22 631e9d709d7e3f420a2ef8017d1d680f4e32ede6
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");
    }
 
}