Playframework项目启动后自动停止问题记录

Stella981
• 阅读 682

问题描述:Playframework项目activator start启动后会自动停止

解决步骤:

1.在conf/application.conf文件添加:application.secret="staging"

2.启动是使用签名:activator start -Dapplication.secret="staging"

官网描述段落:

The application secret

Before you run your application in production mode, you need to generate an application secret. To read more about how to do this, see Configuring the application secret. In the examples below, you will see the use of -Dapplication.secret=abcdefghijk.

You must generate your own secret to use here.

Using the start command

The easiest way to start an application in production mode is to use the start command from the Play console. This requires a Play installation on the server.

[my-first-app] $ start -Dapplication.secret=abcdefghijk
点赞
收藏
评论区
推荐文章
芝士年糕 芝士年糕
2年前
docker-常用命令
1.帮助启动类命令:systemctlstartdocker启动Dockersystemctlstopdocker停止Dockersystemctlrestartdocker重启Dockersystemctlstatusdocker查看Docker状态systemctlenabledocker开机自启动d
Easter79 Easter79
3年前
springboot项目启动,停止,重启
参考博客https://www.cnblogs.com/chy/p/10460061.html打包插件,可以指定启动类<build<plugins<plugin<groupIdorg.springframework.boot</groupId<artifact
Stella981 Stella981
3年前
Service starting has been prevented by iaware or trustsbase sInfo ServiceInfo 解决方法
问题:ActivityManager:ServicestartinghasbeenpreventedbyiawareortrustsbasesInfoServiceInfo{c50ea35xxx.xxx.xxx.ServiceName}问题描述,该问题再华为部分手机升级到Android10.1之后,启动服务会
Wesley13 Wesley13
3年前
MySQL学习笔记(一)
一、MySQL产品的介绍和安装MySQL服务的启动和停止1.方式一:开始(右键)→计算机管理→ 服务和应用程序 → 服务 → MySQL(服务名) → 启动、停止、暂停、重新启动等2.方式二:以管理员身份运行cmdnetstopmysql(服务名)
Stella981 Stella981
3年前
Jenkins的重启几种方式
一、在Linux中Jenkins启动/重启/停止命令启动servicejenkinsstart重启servicejenkinsrestart停止servicejenkinsstop二、在Jenkins页面上启动/重启/停止命令访问我们部署的Jenkins服务应用网址。我这里是
Stella981 Stella981
3年前
Docker在服务器重启后自动运行
导读CoreOS服务器有时会系统自动升级,在系统重启后,如何将部署的程序也自动随时系统启动呢?还有Etcd和Flannel。1、设置Flannel的Unit文件,在Etcd服务启动后启动;把相关配置工作放到Unit文件中,如添加ExecStartPost参数UnitDescriptionflannelAfterdocke
Wesley13 Wesley13
3年前
Maven 项目自动编译
maven结构的项目,我们在每次修改代码后都会需要手动编译,下面命令可以解决此问题,只要代码修改,会自动帮你编译。进入项目目录执行:mvnUeclipse:cleaneclipse:eclipse然后重新执行mvncleanpackage启动你的servlet容器看看吧。Maven库:http://
Stella981 Stella981
3年前
Playframework 实施摘录(配置全局变量及获取)
Playframework2在application.conf添加项:application.secretmySecretpackage utilimport com.typesafe.config.ConfigFactoryobject MyConfigUtil{  def getApplica
Stella981 Stella981
3年前
C++笔记002:VS2010报错:LINK fatal error LNK1123 转换到 COFF 期间失败文件无效或损坏
 原创笔记,转载请注明出处!点击【关注】,关注也是一种美德~错误描述:1已启动生成:项目:FirstCode,配置:DebugWin321生成启动时间为2018/2/521:00:30。1InitializeBuildStatus:1 正在