Spring documentation 显示对spring-boot-dependencies的依赖项已添加到dependencyManagement部分。这真的是正确的吗?spring-boot-dependencies为所有依赖项指定版本属性。但是,这些属性在使用spring-boot-dependencies的POM中不可用。想必,这是因为spring-boot</
:spring-boot-starter-processor:jar is missing. @ line 20, column 21[ERROR] The build could not read:spring-boot-starter-processor:jar is missing. @ line 20, column 21[ERROR] To see the fullcwiki.apache.org/confluence/display/MAVEN
This is how I set dependencies in gradle,
首先,我将依赖项添加为,org.springframework.boot:spring-boot-starter-web然后,我尝试在gradle as,org.flywaydb:flyway-core:4.0中添加flyway依赖项,它既没有抛出错误,也没有运行迁移脚本,直到我添加了依赖项org.springframework.boot</