BAEL-21730: Migrate r2dbc to com.baeldung

This commit is contained in:
Krzysiek
2020-02-08 11:46:22 +01:00
parent ee06ac88bd
commit 5f9f5dd922
9 changed files with 9 additions and 23 deletions
@@ -1,19 +1,15 @@
package org.baeldung.examples.r2dbc;
package com.baeldung.examples.r2dbc;
import static org.hamcrest.CoreMatchers.*;
import static org.junit.Assert.*;
import java.util.List;
import org.hamcrest.core.IsNull;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.http.MediaType;
import org.springframework.test.context.junit4.SpringRunner;
import org.springframework.test.web.reactive.server.WebTestClient;