Create spring-boot-elasticsearch module

This commit is contained in:
Brian Clozel
2025-03-20 15:18:23 +01:00
committed by Phillip Webb
parent 5c948ab96b
commit 347638fa1d
48 changed files with 215 additions and 154 deletions

View File

@@ -6,6 +6,7 @@ description = "Starter for using Elasticsearch search and analytics engine and S
dependencies {
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
api(project(":spring-boot-project:spring-boot-elasticsearch"))
api(project(":spring-boot-project:spring-boot-tx"))
api("org.springframework.data:spring-data-elasticsearch")