# legend-base-frame **Repository Path**: lengedcloud/legend-base-frame ## Basic Information - **Project Name**: legend-base-frame - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-08 - **Last Updated**: 2024-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##spring-framework集成常用工具及框架 ### 用于日常学习和交流 @author: lengedyun * [person github](https://github.com/ObstinateCloud) * [person csdn](https://blog.csdn.net/qq_32429805) ### 父级pom负责管理公共依赖及系统模块 ### legend-db 数据存储相关框架示例
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<version>x.x.x</version>
</dependency>
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-high-level-client</artifactId>
<version>x.x.x</version>
</dependency>