简体   繁体   English

Play Framework 如何在 sbt 运行中设置“-D”选项?

[英]Play Framework how do i set a “-D” option in sbt run?

I need to set我需要设置

-Dcom.sun.jndi.ldap.object.disableEndpointIdentification=true -Dcom.sun.jndi.ldap.object.disableEndpointIdentification=true

Using sbt run, how do i do this?使用 sbt 运行,我该怎么做? Is it in a config file or... something?它在配置文件中还是......什么?

does this work for you?这对你有用吗? sbt -Dcom.sun.jndi.ldap.object.disableEndpointIdentification=true run sbt -Dcom.sun.jndi.ldap.object.disableEndpointIdentification=真运行

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM