mirror of
https://gitee.com/dromara/easy-es.git
synced 2025-12-06 17:18:57 +08:00
update README_EN.md.
Signed-off-by: elasticsearch <10085871+easy-es@user.noreply.gitee.com>
This commit is contained in:
parent
a5574fc979
commit
a92a5cf333
@ -97,14 +97,14 @@ String indexName = "document";
|
||||
- Maven:
|
||||
```xml
|
||||
<dependency>
|
||||
<groupId>cn.easy-es</groupId>
|
||||
<groupId>org.dromara.easy-es</groupId>
|
||||
<artifactId>easy-es-boot-starter</artifactId>
|
||||
<version>Latest Version</version>
|
||||
</dependency>
|
||||
```
|
||||
- Gradle
|
||||
```groovy
|
||||
compile group: 'cn.easy-es', name: 'easy-es-boot-starter', version: 'Latest Version'
|
||||
compile group: 'org.dromara.easy-es', name: 'easy-es-boot-starter', version: 'Latest Version'
|
||||
```
|
||||
- Add mapper file extends BaseEsMapper interface
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user