From adfa6740fc7b4a9be151413a95ef04a4fe2dabe7 Mon Sep 17 00:00:00 2001 From: jackdaw Date: Tue, 15 Nov 2016 11:15:27 +0900 Subject: [PATCH] first commit --- src/test/java/hello/HelloControllerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/hello/HelloControllerTest.java b/src/test/java/hello/HelloControllerTest.java index 53e5776..d14446b 100644 --- a/src/test/java/hello/HelloControllerTest.java +++ b/src/test/java/hello/HelloControllerTest.java @@ -30,7 +30,7 @@ import static org.springframework.test.web.servlet.setup.MockMvcBuilders.standal */ @RunWith(SpringJUnit4ClassRunner.class) -@ContextConfiguration(classes = Application.class) +@ContextConfiguration(classes = hello.Application.class) @WebIntegrationTest public class HelloControllerTest {