update README_EN.md.

This commit is contained in:
邢鹏成 2022-03-03 05:32:42 +00:00 committed by Gitee
parent 91108f5c52
commit 58bfc5b97d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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