spring-boot/spring-boot-test-autoconfigure
Stephane Nicoll 4bf645c615 AutoconfigureTestDatabase replace with a fresh database
Previously, two or more `@DataJpaTest` tests in the same test suite were
sharing the same in-memory database instance. This commit makes sure
that `TestDatabaseAutoConfiguration` creates a unique embedded database
for each test it operates on.

Closes gh-7473
2016-11-24 15:31:27 +01:00
..
src AutoconfigureTestDatabase replace with a fresh database 2016-11-24 15:31:27 +01:00
pom.xml Ensure that RestClientTest can be used without Jackson on the class path 2016-11-21 13:36:05 +00:00