gpt4 book ai didi

scala - 在 SBT 0.10 中指定 Jetty 端口

转载 作者:行者123 更新时间:2023-12-03 22:29:05 24 4
gpt4 key购买 nike

我需要使用 SBT 0.10 在与默认 8080 不同的端口上运行嵌入式 Jetty
SBT 0.7 - In which file do I need to add an override for the jetty port when running a lift webapp in dev mode from sbt? 的问题已在此处得到解答.
我找不到对 SBT 0.10 执行相同操作的引用
我对多模块使用完整配置(Build.scala),而不是快速 sbt dsl。

最佳答案

在 SBT 0.10 中,Jetty 支持不再作为构建工具的一部分,而是作为 提供plugin .为了更改端口,您必须初始化 jettyPort设置您的值:

jettyPort := 1111

或者,如果您从控制台运行:
set jettyPort := 1111
session save

有关更多详细信息,请参阅插件说明。

关于scala - 在 SBT 0.10 中指定 Jetty 端口,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6521411/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com