我正在浏览Yabe教程。
我已经写了一些测试,他们工作后,大量的修补。在运行本教程时,我停止了播放服务器,重新启动,当我转到http://localhost:9000/@tests时,我看到了以下内容……
Not found
GET /@tests
These routes have been tried, in this order :
GET /@documentation/cheatsheet/{category} PlayDocumentation.cheatSheet
GET /@documentation/modules/{module}/files/{name} PlayDocumentation.file
GET /@documentation/modules/{module}/images/{name} PlayDocumentation.image
GET /@documentation/modules/{module}/{id} PlayDocumentation.page
GET /@documentation/files/{name} PlayDocumentation.file
GET /@documentation/images/{name} PlayDocumentation.image
GET /@documentation/{id} PlayDocumentation.page
GET /@documentation/? PlayDocumentation.index
GET / Application.index
GET /favicon.ico 404
GET /public/ staticDir:public
* /{controller}/{action} {controller}.{action} 发布于 2011-07-26 21:46:16
您是否在测试模式下启动了服务器?你应该运行:
play test https://stackoverflow.com/questions/6830677
复制相似问题