update README_EN.md.

Signed-off-by: elasticsearch <10085871+easy-es@user.noreply.gitee.com>
This commit is contained in:
elasticsearch 2023-04-21 12:39:21 +00:00 committed by Gitee
parent a5574fc979
commit a92a5cf333
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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