spring boot测试类

//@RunWith(SpringRunner.class)
//@SpringBootTest
public class Demo2ApplicationTests {

    @Test
    public void contextLoads() {
        System.out.println("test,test");
    }
    
    
    @Test
    public void testHelloworld(){
        System.out.println("test hello world");
    }
}

 

posted on 2018-04-02 08:24  jhuangsjtu  阅读(177)  评论(0编辑  收藏  举报