import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;

@RunWith(SpringRunner.class)
@SpringBootTest(classes = Application.class)
public class Test {
    @org.junit.Test
    public void test() {
    }
}

 

posted on 2018-05-11 10:17  肖建锋  阅读(1363)  评论(0编辑  收藏  举报