Commit 8969f8aa authored by 赵威's avatar 赵威

update logger

parent 02b049bc
...@@ -28,7 +28,9 @@ class UserInfoDeserializationSchema extends KafkaDeserializationSchema[UserInfo] ...@@ -28,7 +28,9 @@ class UserInfoDeserializationSchema extends KafkaDeserializationSchema[UserInfo]
Types.GENERIC(classOf[UserInfo]) Types.GENERIC(classOf[UserInfo])
} }
object Main extends LazyLogging { // TODO
// extends LazyLogging
object Main {
def main(args: Array[String]): Unit = def main(args: Array[String]): Unit =
// println("###############") // println("###############")
// val query = ES.generateServiceDiaryRequest(List("光子嫩肤", "水光针"), List("丰胸", "胸部塑身"), -1) // val query = ES.generateServiceDiaryRequest(List("光子嫩肤", "水光针"), List("丰胸", "胸部塑身"), -1)
......
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