mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 01:39:02 +00:00
Polish "Allow for custom EntityMapper bean"
See gh-17661
This commit is contained in:
-1
@@ -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 {
|
||||
|
||||
|
||||
+1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user