仅从Eclipse JEE Neon运行/调试Spring Boot应用程序?

时间:2017-05-28 02:40:21

标签: java spring eclipse gradle spring-boot

我会保持这个。

我正在关注*_at的示例。当我使用Gradle时,我可以使用以下命令运行应用程序:

defaultdict

或者我可以使用

构建JAR文件
./gradlew bootRun. 

运行jar文件

虽然所有这些都按照指示运行,但那是一种痛苦。当我向老板展示这个应用程序时,我想通过IDE直接运行它。每当我右键单击项目(或者甚至只是应用程序类)尝试运行它时,该服务都不起作用,只是带我到以下错误:

./gradlew build

我用谷歌搜索了这个并且似乎无法找到解决方案。我尝试过创建This application has no explicit mapping for /error, so you are seeing this as a fallback. Sat May 27 22:32:23 EDT 2017 There was an unexpected error (type=Internal Server Error, status=500). Error resolving template "greeting", template might not exist or might not be accessible by any of the configured Template Resolvers ,但它没有用。

有没有人可以帮我解决这个问题?仅供记录,src/main/resource/static/home.html文件当前显示为:

application.properties

1 个答案:

答案 0 :(得分:0)

修正了它。

所以有几件事情正在发生......

主要的是你必须在package explorer中实际打开项目,选择app类,右键单击并作为java项目运行。我只是点击了项目,右键单击,并尝试了一堆不同的选项(spring应用程序,hello应用程序等)。