我有一個使用giter8構建標準方式的scalatra項目。 我不確定爲什麼容器:啓動不再在我的scalatra項目中運行:沒有改變build.sbt。這裏是錯誤: Using /home/stephen/.sbt/0.12.0 as sbt dir, -sbt-dir to override.
[info] Set current project to wfdemo (in build fil
我看到在許多地方短語,如: Changing the port in development Add port in container.Configuration := 8081
to project/build.scala 但build.scala 其中?這是香草build.scala。目前還不清楚其中,添加應該去: object KeywordsBuild extends Build {
我是斯卡拉特拉的新手。我有一個帶有JacksonJsonSupport的Servlet,它可以爲REST端點提供對象列表。 class OperationsController extends MyappStack with JacksonJsonSupport {
before() {
contentType = formats("json")
}
g