@ -629,11 +629,11 @@ content into your application; rather pick only the properties that you need.
@@ -629,11 +629,11 @@ content into your application; rather pick only the properties that you need.
spring.datasource.url= # JDBC url of the database.
spring.datasource.username=
# JEST (ElasticSearch HTTP client) ({sc-spring-boot-autoconfigure}/jest/JestProperties.{sc-ext}[JestProperties])
# JEST (Elasticsearch HTTP client) ({sc-spring-boot-autoconfigure}/jest/JestProperties.{sc-ext}[JestProperties])
spring.elasticsearch.jest.connection-timeout=3000 # Connection timeout in milliseconds.
@ -292,7 +292,7 @@ The following `HealthIndicators` are auto-configured by Spring Boot when appropr
@@ -292,7 +292,7 @@ The following `HealthIndicators` are auto-configured by Spring Boot when appropr
|Checks that a connection to `DataSource` can be obtained.
==== Connecting to Elasticsearch using Spring Data
==== Connecting to Elasticsearch using Jest
If you have `Jest` on the classpath, you can inject an auto-configured `JestClient`
targeting `http://localhost:9200` by default. You can further tune how the client is
configured:
@ -3352,14 +3352,13 @@ To take full control over the registration, define a `JestClient` bean.
@@ -3352,14 +3352,13 @@ To take full control over the registration, define a `JestClient` bean.
@ -107,7 +107,7 @@ public class RootUriRequestExpectationManager implements RequestExpectationManag
@@ -107,7 +107,7 @@ public class RootUriRequestExpectationManager implements RequestExpectationManag
@ -117,7 +117,7 @@ public class RootUriRequestExpectationManager implements RequestExpectationManag
@@ -117,7 +117,7 @@ public class RootUriRequestExpectationManager implements RequestExpectationManag
@ -132,7 +132,7 @@ public class RootUriRequestExpectationManager implements RequestExpectationManag
@@ -132,7 +132,7 @@ public class RootUriRequestExpectationManager implements RequestExpectationManag