即使没有安全性,如何在Springboot中调试未经授权的401错误

时间:2019-10-15 09:20:46

标签: spring-boot

我有一个简单的Web应用程序,其中我的/路径出现错误

{
    "timestamp": "2019-10-11T11:51:18.961+0000",
    "status": 401,
    "error": "Unauthorized",
    "message": "Unauthorized",
    "path": "/"
}

点击路径我也没有得到日志 我检查了this question in stackoverflow as well

0 个答案:

没有答案