JAVA-4010: Moved 3 articles from this module

This commit is contained in:
sampadawagde
2021-01-15 23:16:39 +05:30
parent 7940c75d7d
commit 703c9cad54
12 changed files with 2 additions and 513 deletions

View File

@@ -8,12 +8,10 @@ import org.springframework.test.context.junit4.SpringRunner;
import com.baeldung.responseheaders.ResponseHeadersApplication;
@RunWith(SpringRunner.class)
@SpringBootTest(classes = { ResponseHeadersApplication.class,
com.baeldung.web.upload.app.UploadApplication.class,
})
@SpringBootTest(classes = { ResponseHeadersApplication.class })
public class SpringContextTest {
@Test
public void whenSpringContextIsBootstrapped_thenNoExceptions() {
public void whenSpringContextIsBootstrapped_thenNoExceptions() {
}
}