gpt4 book ai didi

spring-boot - 找不到Spring Boot插件

转载 作者:行者123 更新时间:2023-12-03 03:41:20 33 4
gpt4 key购买 nike

我对gradle项目有问题

我的build.gradle

buildscript {
ext {
springBootVersion = '2.1.8.RELEASE'
}
repositories {
mavenCentral()
}
dependencies {
classpath(
"org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
}
}

plugins {
id 'org.springframework.boot' version '2.1.8.RELEASE'
}

apply plugin: 'org.springframework.boot'

group = 'com.demo'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = '1.8'

repositories {
mavenCentral()
}

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-web'
runtimeOnly 'mysql:mysql-connector-java'
providedRuntime 'org.springframework.boot:spring-boot-starter-tomcat'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test'
}

当我尝试运行build.gralde时,出现错误
Plugin [id: 'org.springframework.boot', version: '2.1.8.RELEASE'] was not found in any of the following sources:

IDEA中的Gradle首选项

enter image description here

我不明白,这是什么问题,我已经用Spring Initializer生成了项目

最佳答案

我想,我有问题。
您只需要关闭“离线模式”,它将从仓库中下载
enter image description here

在Intellij IDEA的右侧

关于spring-boot - 找不到Spring Boot插件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58187106/

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