Commit a87ca6a2 authored by 赵威's avatar 赵威

add printer

parent 8a66d74f
......@@ -71,7 +71,7 @@ object ES {
// println(req.show)
client.execute(req).map { resp =>
val a = resp.result.to[Content]
a.foreach(x => println(x.id, x.index, x.serviceId))
a.foreach(x => println("################", x.id, x.index, x.serviceId))
}
try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment