【发布时间】:2021-09-24 23:18:42
【问题描述】:
我在 Spring Boot 应用程序中有一条关于授权失败的自定义错误消息,它在 localhost 中运行良好,但在 azure 中部署时返回如下:
{
"timestamp": TIMESTAMP,
"status": 401,
"error":"unauthorized",
"message": "unauthorized",
"path": "/testapplication"
}
【问题讨论】:
标签: java spring-boot azure