且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

离线玩游戏

更新时间:2023-11-22 23:11:16

使用play dist命令准备独立版本的应用程序,然后在脱机服务器上使用它.它将获取所有必需的依赖项,因此不再需要连接到外部存储库.

Use play dist command to prepare standalone version of your application and then use it on the offline server. It will fetch all required dependencies, so won't require connection to external repos anymore.

更多详细信息,请参见 Play的文档

More details at Play's docs