We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我在下了源码之后,用postman在调试http://localhost:9030/uaa/oauth/token 一直报下面的错误 { "timestamp": 1539248009450, "status": 401, "error": "Unauthorized", "message": "Bad credentials", "path": "/oauth/token" } 配置文件就是从这里git下来的,有人能帮我一下吗,详细说一下吗
The text was updated successfully, but these errors were encountered:
认证设备和密码 写了吗?
Sorry, something went wrong.
同样的问题.username :admin password :123456 也是报这个错误
No branches or pull requests
我在下了源码之后,用postman在调试http://localhost:9030/uaa/oauth/token
一直报下面的错误
{
"timestamp": 1539248009450,
"status": 401,
"error": "Unauthorized",
"message": "Bad credentials",
"path": "/oauth/token"
}
配置文件就是从这里git下来的,有人能帮我一下吗,详细说一下吗
The text was updated successfully, but these errors were encountered: