playframework2-elasticsearch:适用于Elasticsearch 1.6的PlayFramework 2.4模块

时间:2024-06-14 15:54:32
【文件属性】:

文件名称:playframework2-elasticsearch:适用于Elasticsearch 1.6的PlayFramework 2.4模块

文件大小:25KB

文件格式:ZIP

更新时间:2024-06-14 15:54:32

Java

将Elasticsearch集成到您的PlayFramework应用中的模块。 安装 该模块需要PlayFramework 2.4。 克隆此模块并将其添加到本地存储库。 $ git clone https://github.com/eduardofcbg/playframework2-elasticsearch.git $ cd playframework2-elasticsearch $ sbt publish-local 在您的项目上,添加以下依赖项声明: "com.github.eduardofcbg" %% "play-es" % "1.0-SNAPSHOT" 您的build.sbt应该看起来像这样: name := """myproject""" version := "1.0-SNAPSHOT" lazy val root = (project in file(


【文件预览】:
playframework2-elasticsearch-master
----conf()
--------application.conf(116B)
----project()
--------build.properties(133B)
--------plugins.sbt(163B)
----LICENSE(18KB)
----build.sbt(315B)
----test()
--------PluginTest.java(13KB)
--------ParentDemo.java(718B)
--------DemoType.java(2KB)
--------ChildDemo.java(511B)
--------NestedDemo.java(346B)
----README.md(6KB)
----.gitignore(147B)
----app()
--------com()

网友评论