我使用的游戏框架2.0.4,
我注意到,在项目文件夹,如果我使用的play start
,服务器的响应比服务器通过快开始play run
。 然而,用户不能访问的静态资源在public
服务器中的文件夹中开始使用start
命令,所以我想知道什么是start
缺省配置,改变根目录或者我需要改变原先定义为路线:
# Map static resources from the /public folder to the /assets URL path
GET /assets/*file controllers.Assets.at(path="/public", file)
HEAD /assets/*file controllers.Assets.at(path="/public", file)