commit code

This commit is contained in:
super_liu
2021-06-08 16:16:26 +08:00
commit 7dcf0b0406
724 changed files with 145710 additions and 0 deletions
@@ -0,0 +1,22 @@
package com.ydw.bat.wkflowtest;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
/**
* .测试模板
*
* @author 冯晓东 398479251@qq.com
*
*/
@RunWith(SpringRunner.class)
@SpringBootTest
public class BatWkflowApplicationTest {
@Test
public void contextLoads() {
}
}