我创建了一个新的项目。我还没做过任何编码。但是,在以Spring的形式运行应用程序时,我得到了错误。我需要在这里添加任何其他依赖项吗?或者解决这个问题的方法是什么?build.gradle id 'org.springframework.boot' version '2.3.3.RELEASE'
id 'io.spring.dependency-management:sprin
Spring documentation 显示对spring-boot-dependencies的依赖项已添加到dependencyManagement部分。这真的是正确的吗?spring-boot-dependencies为所有依赖项指定版本属性。但是,这些属性在使用spring-boot-dependencies的POM中不可用。想必,这是因为spring-<
我没有逻辑,也没有bean,只有一个简单的主@SpringBootApplication类来触发服务器。(SpringApplication.java:395) [spring-boot-2.0.3.RELEASE.jar:2.0.3.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:327) [spring-boot-2.0.3.RELEASE.jar:2.0.3.