mirror of
https://gitee.com/dromara/easy-es.git
synced 2025-12-07 09:39:04 +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:
|
- Maven:
|
||||||
```xml
|
```xml
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.easy-es</groupId>
|
<groupId>org.dromara.easy-es</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: '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
|
- Add mapper file extends BaseEsMapper interface
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user