迁移Java和Spring Boot

时间:2018-12-12 04:09:34

标签: spring-boot java-9 spring-boot-starter

尝试升级Java和SpringBoot的版本。

在将SpringBoot Starter父版本更新为2.1.1时,从1.5.5版本开始将其升级到以下版本尝试构建项目Maven全新安装时出错

不兼容的类型:布尔值不能在SpringApplicationBuilder上转换为org.springframework.boot.WebApplicationType

public static void main(String[] args) {
        new SpringApplicationBuilder(ABC.class).web(true).run(args);
    }

0 个答案:

没有答案