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 61d2488 commit ccd3ec4Copy full SHA for ccd3ec4
src/test/java/demo/ApplicationTests.java
@@ -12,9 +12,6 @@
12
import org.springframework.http.HttpStatus;
13
import org.springframework.http.ResponseEntity;
14
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
15
-import org.springframework.test.context.web.WebAppConfiguration;
16
-import org.springframework.util.LinkedMultiValueMap;
17
-import org.springframework.util.MultiValueMap;
18
19
@RunWith(SpringJUnit4ClassRunner.class)
20
@SpringBootTest(classes = ConfigServerApplication.class, webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
0 commit comments