我的代码:
String token = request.getHeader("authorization"); // I was checked, token have value type Bearer.
MindsphereCredentials credentials = MindsphereCredentials.userTokenBuilder()
.authorization(token)
.build();
但是我的程序在.authorization
错误来自
cf logs program_name --recent
2020-06-18T17:09:26.96+0900 [APP/PROC/WEB/0] OUT [CONTAINER] tainerBase.[Catalina].[localhost].[/].[dispatcher] SEVERE Servlet.service() for servlet [带有路径 [] 的上下文中的调度程序] 引发异常 [处理程序处理失败;嵌套异常是 java.lang.NoClassDefFoundError: com/auth0/jwt/exceptions/JWTDecodeException] 根本原因