gpt4 book ai didi

sbt - 如何在 sbt 构建中打印/记录 val?

转载 作者:行者123 更新时间:2023-12-04 12:17:01 25 4
gpt4 key购买 nike

如果我们想打印/记录一个简单的变量,例如,

lazy val config = ConfigFactory.load()

并检查它在 sbt 中的值,那么我们该怎么做呢?

当我在 sbt shell 中输入它时,我得到:
> config

[error] Not a valid command: config

[error] Not a valid project ID: config

[error] Expected ':' (if selecting a configuration)

[error] Not a valid key: config (similar: configuration, deploy-configs, conflictManager)

[error] config

最佳答案

如果你想在 sbt 控制台中输入字符串时打印一些东西,你可以添加

lazy val configTest = settingKey[String]("example")

configTest := "config test"

然后你会得到
> configTest
[info] config test

关于sbt - 如何在 sbt 构建中打印/记录 val?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45934493/

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