正在尝试升级 Java 和 SpringBoot 的版本。
将 SpringBoot Starter 父版本更新为 2.1.1.Release 从 1.5.5 获取以下错误时尝试构建项目 Maven 全新安装
不兼容的类型:布尔值无法在 SpringApplicationBuilder 上转换为 org.springframework.boot.WebApplicationType
public static void main(String[] args) {
new SpringApplicationBuilder(ABC.class).web(true).run(args);
}