问题描述
我正在LAN中的spring boot项目中工作。
plugins {
id 'org.springframework.boot' version '2.3.4.RELEASE'
id 'java'
}
group = 'jwt.demo'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = '11'
repositories {
maven { url "C:/ming/Customrepositories" }
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter:1.4.0.RELEASE'
}
test {
useJUnitPlatform()
}
到目前为止,该项目可以识别依赖项启动器Web,但是以某种方式找不到插件ID“ org.springframework.boot”版本“ 2.3.4.RELEASE”。我确实将插件放在了“ C:\ Users \ minh.gradle \ caches \ modules-2 \ files-2.1 \ org.springframework.boot \ spring-boot-gradle-plugin \ 2.3.3.RELEASE”。但无法按顺序检索插件org.springframework.gradle.plugin来构建@R_502_6268@jar,我手动下载jar并将其放入我声明的Maven存储库中 我的操作系统是linux 可能是什么原因?有什么办法可以从哪里找到项目下载插件“ org.springframework.boot”? 谢谢
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)