BAEL-17397 Slice 15 | The top 100 articles should have their own package in the module (#7742)

This commit is contained in:
Dhawal Kapil
2019-09-09 18:08:25 +05:30
committed by Josh Cummings
parent b6183e9315
commit 7d412feca5
9 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
package com.baeldung.custom;
package com.baeldung.changeport;
import java.util.Collections;

View File

@@ -1,4 +1,4 @@
package com.baeldung.custom;
package com.baeldung.changeport;
import org.springframework.boot.web.server.ConfigurableWebServerFactory;
import org.springframework.boot.web.server.WebServerFactoryCustomizer;

View File

@@ -5,7 +5,7 @@ import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
import com.baeldung.custom.CustomApplication;
import com.baeldung.changeport.CustomApplication;
import com.baeldung.produceimage.ImageApplication;
import com.baeldung.propertyeditor.PropertyEditorApplication;
import com.baeldung.responseheaders.ResponseHeadersApplication;

View File

@@ -5,7 +5,7 @@ import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
import com.baeldung.custom.CustomApplication;
import com.baeldung.changeport.CustomApplication;
import com.baeldung.produceimage.ImageApplication;
import com.baeldung.propertyeditor.PropertyEditorApplication;
import com.baeldung.responseheaders.ResponseHeadersApplication;