2016년 10월 13일 Spring, Spring Boot spring, spring boot
@RunWith(SpringRunner.class) @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT) public class SampleTest { @Test public void test() throws Exception { } }