mirror of
https://gitee.com/dromara/easy-es.git
synced 2025-12-06 09:09:13 +08:00
update README_EN.md.
This commit is contained in:
parent
91108f5c52
commit
58bfc5b97d
@ -85,14 +85,14 @@ String indexName = "document";
|
||||
- Maven:
|
||||
```xml
|
||||
<dependency>
|
||||
<groupId>com.github.xpc1024</groupId>
|
||||
<groupId>io.github.xpc1024</groupId>
|
||||
<artifactId>easy-es-boot-starter</artifactId>
|
||||
<version>Latest Version</version>
|
||||
</dependency>
|
||||
```
|
||||
- Gradle
|
||||
```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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user