Add json starter so that Elasticsearch uses Jackson mapper by default
Closes gh-32906
This commit is contained in:
@@ -7,4 +7,6 @@ description = "Starter for using Elasticsearch search and analytics engine and S
|
||||
dependencies {
|
||||
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
|
||||
api("org.springframework.data:spring-data-elasticsearch")
|
||||
|
||||
runtimeOnly(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-json"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user