How to use SORM framework with Play Framework?

后端 未结 3 1478
清酒与你
清酒与你 2021-01-20 05:20

I find SORM very Interesting and promising but I cant find a way to Integrate It with play any guides?

3条回答
  •  我在风中等你
    2021-01-20 05:48

    libraryDependencies ++= Seq(
    jdbc,
    cache,
    ws,
    "org.sorm-framework" % "sorm" % "0.3.22",
    "com.h2database" % "h2" % "1.3.168",
    "org.scalatestplus.play" %% "scalatestplus-play" % "1.5.1" % Test
    )
    

提交回复
热议问题