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