feat: add open search support

This commit is contained in:
Tim
2025-09-26 15:34:06 +08:00
parent 4fc7c861ee
commit 4821b77c17
16 changed files with 1008 additions and 1 deletions

View File

@@ -132,6 +132,11 @@
<artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.opensearch.client</groupId>
<artifactId>opensearch-java</artifactId>
<version>2.11.0</version>
</dependency>
</dependencies>
<build>