We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b4d5a commit 7137b8fCopy full SHA for 7137b8f
src/test/java/com/somemore/IntegrationTestSupport.java
@@ -1,10 +1,12 @@
1
package com.somemore;
2
3
+import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc;
4
import org.springframework.boot.test.context.SpringBootTest;
5
import org.springframework.test.context.ActiveProfiles;
6
7
@ActiveProfiles("test")
8
@SpringBootTest
9
+@AutoConfigureMockMvc
10
public abstract class IntegrationTestSupport {
11
12
}
0 commit comments