在 Play 中安装 Scala (Scala)
我按照此处的说明为我的项目安装 scalate
http://www.playframework.org /modules/scalate-0.1/home
这是我的应用程序中的一个控制器
package controllers {
import play._
import play.mvc._
object Home extends ScalateController {
def index = {
}
}
}
但是,当我重新加载时,我收到错误“未找到:类型 ScalateController”。有谁知道如何解决这个问题?谢谢。
I was following the instructions here to install scalate for my project
http://www.playframework.org/modules/scalate-0.1/home
And here's a controller from my app
package controllers {
import play._
import play.mvc._
object Home extends ScalateController {
def index = {
}
}
}
However, when I reloaded, I got the error "not found: type ScalateController". Does anyone know how to fix this? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论