IDEA中的基本“ Hello World” Spring Boot应用程序不起作用

时间:2019-11-19 16:39:56

标签: spring-boot intellij-idea

我无法确定spring.io教程中的指示是否有问题,或者IDEA是否有问题。一些帮助会很好。

我正在spring.io上跟随guide创建一个简单的博客应用程序。我已经按照指示(使用Gradle,JDK 1.8,Kotlin)使用spring initializr创建了应用程序,但是无法从Spring Boot运行/调试配置中运行该应用程序。它仅在运行gradle“ bootRun”任务时有效,但通过IntelliJ运行会产生Whitelabel错误页面。

This application has no explicit mapping for /error, so you are seeing this as a fallback.

此外,控制台中的Spring Boot输出显示MustacheAutoConfiguration类在我的类路径中找不到/templates/文件夹。

2019-11-19 13:06:07.136  WARN 11840 --- [  restartedMain] o.s.b.a.m.MustacheAutoConfiguration      : Cannot find template location: classpath:/templates/ (please add some templates, check your Mustache configuration, or set spring.mustache.check-template-location=false)

我对BlogApplication的Spring Boot运行/调试配置具有“使用模块的类路径:blog.main”。

这里还有我想念的东西吗?

2 个答案:

答案 0 :(得分:1)

从github源克隆后是否运行了应用程序。从intellj的想法来看,它运行得很好。在JDK 13、11和8上进行了测试

enter code here

,从intellj idea启动引导的配置如下。 enter image description here

所以我建议您检查一下intelljidea的gradle配置。

答案 1 :(得分:0)

目前看来这是一个已知问题。参见:https://youtrack.jetbrains.com/issue/IDEA-221673