dromara / easy-es

A foolproof Elasticsearch ORM framework that is easy to use, requires minimal coding, and is highly expandable...
Apache License 2.0
1.45k stars 232 forks source link

Maven仓库新版本未发布 #100

Closed CloudBillow closed 10 months ago

CloudBillow commented 10 months ago

现在Maven中央仓库里只有2.0的beta1版本,2到4版本近期有发布的计划吗

CloudBillow commented 10 months ago

问题解决了,原来是groupId变了:

<dependency>
  <groupId>org.dromara.easy-es</groupId>
  <artifactId>easy-es-boot-starter</artifactId>
  <version>2.0.0-beta4</version>
</dependency>