DATAJDBC-512 - Polishing.

Removed some accidental leftovers from the development process.
Added a note in the `new-features`.

Original pull request: #203.
This commit is contained in:
Jens Schauder
2020-03-26 17:17:25 +01:00
parent 4e23fa6fdf
commit beaeb5cbdf
3 changed files with 3 additions and 9 deletions

View File

@@ -15,17 +15,12 @@
*/
package org.springframework.data.jdbc.testing;
import java.util.Arrays;
import javax.sql.DataSource;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;
import org.springframework.core.env.Environment;
import org.springframework.data.relational.core.dialect.Dialect;
import org.springframework.data.relational.core.dialect.HsqlDbDialect;
import org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder;
import org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType;