parent
0998692790
commit
8ea3c39098
@ -0,0 +1,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");
|
||||
}
|
||||
|
||||
}
|
@ -1,17 +1,14 @@
|
||||
package com.xxl.job.executor.test;
|
||||
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
import org.springframework.test.context.junit4.SpringRunner;
|
||||
|
||||
@RunWith(SpringRunner.class)
|
||||
@SpringBootTest
|
||||
public class XxlJobExecutorExampleBootApplicationTests {
|
||||
|
||||
@Test
|
||||
public void test() {
|
||||
|
||||
System.out.println(11);
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in new issue