在 Spring Boot Web 应用程序中刷新后的 Whitelabel 错误页面

Posted

技术标签:

【中文标题】在 Spring Boot Web 应用程序中刷新后的 Whitelabel 错误页面【英文标题】:Whitelabel Error Page after refresh in spring boot web application 【发布时间】:2019-06-22 09:55:30 【问题描述】:

在刷新http://localhost:8080/apiName url 后出现错误。如果我们刷新页面,它会在第一次调用时工作,它会给出以下错误

Whitelabel 错误页面 此应用程序没有明确的映射 /error,因此您将其视为后备。

2019 年 1 月 29 日星期二 15:12:58 IST 出现意外错误(type=Not 找到,状态=404)。没有可用的消息

我的项目结构如下。

我尝试将静态内容放在 src/main/webapp..但没有成功。

【问题讨论】:

你找到问题了吗? 【参考方案1】:

看起来您的 WEB-INF 文件夹无法找到。您可以尝试运行它并检查。

mvn clean package && java -jar target/yourapplication.jar

【讨论】:

以上是关于在 Spring Boot Web 应用程序中刷新后的 Whitelabel 错误页面的主要内容,如果未能解决你的问题,请参考以下文章

spring-boot-web 应用程序上的静态内容可以是动态的(刷新)吗?

如何在 Spring Boot 中实现刷新令牌

无法在 Spring Boot 应用程序中刷新现有的单例 bean

在 Spring Boot 应用程序中修改活动配置文件并刷新 ApplicationContext 运行时

spring boot web项目在IDEA下热部署解决办法(四步搞定)

带有访问/刷新令牌的 Spring Boot OAuth2 SSO 未正确存储在数据库中