Commit 10a00c28 authored by 赵威's avatar 赵威

add logger

parent fb29399c
...@@ -27,8 +27,8 @@ lazy val root = (project in file(".")) ...@@ -27,8 +27,8 @@ lazy val root = (project in file("."))
.settings( .settings(
name := "streamingUserPortrait", name := "streamingUserPortrait",
// libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3", libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3",
// libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.2", libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.2",
libraryDependencies += "com.alibaba" % "fastjson" % "1.2.75", libraryDependencies += "com.alibaba" % "fastjson" % "1.2.75",
libraryDependencies += jsonNative, libraryDependencies += jsonNative,
......
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