我有一个旧的主项目,其中我使用SpringBoot版本1.3.5.RELEASE。在这个项目中,我想使用我编写的库。该库使用SpringBoot版本2.2.5.RELEASE。我使用Gradle作为构建工具。:397)
at org.springframework.boot.SpringApplication.run
我正在尝试用spring创建一个简单的在线商店。但发生的错误超出了我的能力范围。我搜索了所有我能找到的,我很无助。自从上次一切正常后,我创建了一个新的控制器,几个服务和一个胸腺叶模板。(SpringApplication.java:693) [spring-boot-1.5.4.RELEASE.jar:1.5.4.RELEASE]
at org.springframework.boot.SpringApplication.re
Spring documentation 显示对spring-boot-dependencies的依赖项已添加到dependencyManagement部分。这真的是正确的吗?spring-boot-dependencies为所有依赖项指定版本属性。但是,这些属性在使用spring-boot-dependencies的POM中不可用。想必,这是因为spring-<