首页>代码>spring cloud简单的框架搭建实例>/spring-cloud-demo-master/demo/src/test/java/com/example/demo/DemoApplicationTests.java
package com.example.demo;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class DemoApplicationTests {
@Test
public void contextLoads() {
}
}

最近下载
最近浏览