gpt4 book ai didi

spring - Gradle sync-Error:ProjectScopeServices中没有StyledTextOutputFactory类型的服务

转载 作者:行者123 更新时间:2023-12-03 03:40:09 28 4
gpt4 key购买 nike

这是一个新创建的空项目。
这是我的build.gradle文件。有问题的错误发生在apply插件'spring-boot'上

group 'com.teamtreehouse'
version '1.0-SNAPSHOT'

buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath('org.springframework.boot:spring-boot-gradle-plugin:1.3.3.RELEASE')
}
}

apply plugin: 'java'
apply plugin: 'spring-boot'

sourceCompatibility = 1.8

repositories {
mavenCentral()
}

dependencies {
compile 'org.springframework.boot:spring-boot-starter-data-rest'
compile 'org.springframework.boot:spring-boot-starter-data-jpa'
testCompile group: 'junit', name: 'junit', version: '4.11'
}

最佳答案

Gradle 3.0中API发生了重大变化,这意味着Spring Boot的Gradle插件的1.3.3.RELEASE与之不兼容。您需要将Gradle降级到2.x或将Spring Boot升级到1.5.x。

关于spring - Gradle sync-Error:ProjectScopeServices中没有StyledTextOutputFactory类型的服务,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42979195/

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