0

我正在尝试同时使用 spring-boot-starter-web 和 spring-boot-starter-data-elasticsearch 并且当我尝试呈现静态 Swagger html 页面时出现以下情况:


白标错误页面

此应用程序没有显式映射 /error,因此您将其视为后备。

2014 年 11 月 2 日星期日 17:44:17 GMT

出现意外错误(类型=未找到,状态=404)。

如何让正常的索引页面呈现?当我将 compile("org.springframework.boot:spring-boot-starter-data-elasticsearch") 添加到我的依赖项时,静态 html 页面停止显示。

我从简单的 spring-boot-sample-web-static 开始,直到添加了 spring-boot-starter-data-elasticsearch

谢谢你。奥斯卡

4

1 回答 1

0

Hi I found a work around the error happends when using the command - gradle bootRun to run the execute the code But if use if use the commmand - gradle run It all works ok and the packaged jar runs without problems.

于 2014-11-23T17:32:22.850 回答