我正在按照文档配置the Secure module,但是我得到了以下错误
Compilation error
HTTP Verb (GET, POST, ...), include (->) or comment (#) expected
c:\play-2.2.2-RC2\EstimationTool\conf\routes at line 17.
GET /assets/*file controllers.Assets.at(path="/public", file)
# Import Secure routes
* / module:secure 我的印象是我所指的文档也太旧了..
谁能给我指个方向?
发布于 2014-02-11 23:07:38
实际上,您的文档是关于旧版本的( url中的1.2.5与您的play版本的2.2.2 )
你可以在http://www.playframework.com/documentation/2.2.x/Modules上找到play 2.2.2的模块
https://stackoverflow.com/questions/21679128
复制相似问题