BAEL-21597: Migrate spring-rest-angular to com.baeldung

This commit is contained in:
Krzysztof Woyke
2020-01-31 13:11:57 +01:00
parent 0397432e14
commit b2c643546f
13 changed files with 29 additions and 29 deletions
@@ -1,6 +1,6 @@
package org.baeldung;
package com.baeldung;
import org.baeldung.web.main.Application;
import com.baeldung.web.main.Application;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
@@ -1,4 +1,4 @@
package org.baeldung.web.service;
package com.baeldung.web.service;
import static io.restassured.RestAssured.given;
import static org.hamcrest.core.Is.is;
@@ -6,7 +6,7 @@ import static org.hamcrest.core.IsCollectionContaining.hasItems;
import static org.hamcrest.core.IsEqual.equalTo;
import org.apache.commons.lang3.RandomStringUtils;
import org.baeldung.web.main.Application;
import com.baeldung.web.main.Application;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;