BAEL-17438 Slice 17 | The top 100 articles should have their own package in the module (#7748)
This commit is contained in:
committed by
Josh Cummings
parent
ba001ed4a2
commit
284448b8c9
+2
-1
@@ -1,10 +1,11 @@
|
||||
package org.baeldung.resttemplate;
|
||||
package org.baeldung.resttemplate.postjson;
|
||||
|
||||
import static org.junit.Assert.assertNotNull;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.net.URI;
|
||||
|
||||
import org.baeldung.resttemplate.RestTemplateConfigurationApplication;
|
||||
import org.baeldung.resttemplate.web.dto.Person;
|
||||
import org.json.JSONException;
|
||||
import org.json.JSONObject;
|
||||
Reference in New Issue
Block a user