update README_EN.md.

This commit is contained in:
elasticsearch 2022-06-09 09:06:22 +00:00 committed by Gitee
parent 96ba292e81
commit 5442fde7ff
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -90,14 +90,14 @@ String indexName = "document";
- Maven:
```xml
<dependency>
<groupId>io.github.xpc1024</groupId>
<groupId>cn.easy-es</groupId>
<artifactId>easy-es-boot-starter</artifactId>
<version>Latest Version</version>
</dependency>
```
- Gradle
```groovy
compile group: 'io.github.xpc1024', name: 'easy-es-boot-starter', version: 'Latest Version'
compile group: 'cn.easy-es', name: 'easy-es-boot-starter', version: 'Latest Version'
```
- Add mapper file extends BaseEsMapper interface