我正在使用播放框架 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)