Polish "Allow for custom EntityMapper bean"

See gh-17661
This commit is contained in:
Stephane Nicoll
2019-07-31 10:46:29 +02:00
parent a1cf665f98
commit 44a0afcec3
2 changed files with 1 additions and 1 deletions

View File

@@ -48,7 +48,6 @@ import org.springframework.web.reactive.function.client.WebClient;
* their order of execution.
*
* @author Brian Clozel
* @author Peter-Josef Meisch
*/
abstract class ElasticsearchDataConfiguration {

View File

@@ -45,6 +45,7 @@ import static org.mockito.Mockito.mock;
* @author Phillip Webb
* @author Artur Konczak
* @author Brian Clozel
* @author Peter-Josef Meisch
*/
@DisabledWithoutDockerTestcontainers
class ElasticsearchDataAutoConfigurationTests {