[BAEL-10982] - Fixed application startup
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package org.baeldung;
|
||||
|
||||
import org.baeldung.resttemplate.configuration.RestTemplateConfigurationApplication;
|
||||
import org.baeldung.resttemplate.RestTemplateConfigurationApplication;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ import java.net.URI;
|
||||
import java.util.Arrays;
|
||||
import java.util.Set;
|
||||
|
||||
import org.baeldung.web.dto.Foo;
|
||||
import org.baeldung.resttemplate.web.dto.Foo;
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
import org.springframework.http.HttpEntity;
|
||||
|
||||
+3
-2
@@ -1,7 +1,8 @@
|
||||
package org.baeldung.web.handler;
|
||||
|
||||
import org.baeldung.web.exception.NotFoundException;
|
||||
import org.baeldung.web.model.Bar;
|
||||
import org.baeldung.resttemplate.web.exception.NotFoundException;
|
||||
import org.baeldung.resttemplate.web.handler.RestTemplateResponseErrorHandler;
|
||||
import org.baeldung.resttemplate.web.model.Bar;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
+2
-1
@@ -7,7 +7,8 @@ import static org.springframework.test.web.client.response.MockRestResponseCreat
|
||||
import java.net.URI;
|
||||
|
||||
import org.baeldung.SpringTestConfig;
|
||||
import org.baeldung.web.model.Employee;
|
||||
import org.baeldung.resttemplate.web.model.Employee;
|
||||
import org.baeldung.resttemplate.web.service.EmployeeService;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
|
||||
+2
-1
@@ -1,6 +1,7 @@
|
||||
package org.baeldung.web.service;
|
||||
|
||||
import org.baeldung.web.model.Employee;
|
||||
import org.baeldung.resttemplate.web.model.Employee;
|
||||
import org.baeldung.resttemplate.web.service.EmployeeService;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
|
||||
Reference in New Issue
Block a user