gpt4 book ai didi

spring - Spring Boot依赖关系无法解决

转载 作者:行者123 更新时间:2023-12-03 05:51:26 24 4
gpt4 key购买 nike

我正在IntelliJ中创建gradle spring boot项目,但无法解决一些依赖关系。

import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

build.gradle看起来像
apply plugin: 'java'
apply plugin: 'idea'
apply plugin: 'org.springframework.boot'

sourceCompatibility = 1.8

repositories {
mavenCentral()
}

dependencies {
compile "joda-time:joda-time:2.2"
compile "log4j:log4j:1.2.16"
compile "org.mongodb:mongo-java-driver:1.3"
compile "org.springframework:spring-core:5.0.2.RELEASE"
compile "org.springframework:spring-context:3.0.2.RELEASE"
compile "org.springframework:spring-web:3.0.4.RELEASE"
compile "org.springframework:spring-webmvc:2.5.2"
compile "org.jetbrains:annotations:13.0"
compile "com.google.guava:guava:23.4-jre"
compile "org.springframework.boot:spring-boot-autoconfigure:1.5.6.RELEASE"
}

我尝试了各种版本的spring-boot依赖项,但找不到丢失的东西。任何帮助表示赞赏。

最佳答案

与其尝试用疯狂的猜测来解决问题,不如使用像this one这样已经可用的示例。

最好的起点是官方的Spring Boot Getting Started Guide,它也包含Gradle的示例(简单)构建配置。

关于spring - Spring Boot依赖关系无法解决,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47557334/

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