gpt4 book ai didi

Spring 启动: Boot Run cannot add addResources = true

转载 作者:行者123 更新时间:2023-12-03 05:09:54 25 4
gpt4 key购买 nike

在 Kotlin 中,在 Intellij 上使用 gradle 运行 Spring Boot 的 bootRun 任务,出现以下错误:

 BUILD FAILED

Total time: 0.085 secs
Could not set unknown property 'addResources' for task ':bootRun'
of type org.springframework.boot.gradle.tasks.run.BootRun.

我正在使用 kotlinVersion = '1.1.4-3',springBootVersion = '2.0.0.M3',我的 bootrun 任务在我的 gradle.build 中如下所示

bootRun
{
addResources = true
}

我的 bootRun 按预期工作,无需调整 bootRun 任务

最佳答案

您使用的是 Spring Boot 2.0,其中 addResources 属性不再存在。相反,您需要将 sourceResources 属性设置为您要使用的源集。通常是 sourceSets.mainplugin’s documentation 中对此进行了描述。 .

关于 Spring 启动: Boot Run cannot add addResources = true,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46233964/

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