Vue传json数组到SpringBoot接收报错com.alibaba.fastjson.JSONException: not close json text, token : , 今天前端说排序有问题,现象很奇怪,说是第一次操作没问题,第二次就会报错。我一看后台,第一次没报错,第二次报错com.alibaba.fastjson.JSONException: not close ... 2019年10月16日 SpringBoot 浏览量:10,483 次 发表评论 阅读全文
Spring Security Oauth2.0刷新token时报错UserDetailsService is required的解决方法 报这个错,很明显是缺少UserDetailsService,但是网上的一些解决方法里具体怎么添加这个类没写的很清楚。 一般都只说了在AuthorizationServerEndpointsConfig... 2019年3月6日 Spring Security 浏览量:2,933 次 发表评论 阅读全文
Spring SecuritySpring Security Oauth2.0刷新token时报错401 Unauthorized和invalid_client Bad client credentials的解决方法 关于这个问题,在网上找了很多,但是都没有解决我的问题。 首先,刷新token调用的接口是/oauth/token,其中参数有 grant_type=refresh_token refresh_toke... 2019年3月5日 浏览量:4,583 次 发表评论 阅读全文
Spring Security Oauth2.0 ajax post请求跨域的解决方法 最近项目中有单点登录的需求,用的是Spring Security Oauth2.0框架,授权的服务端已经写好,用postman测的也没问题。但是新建一个工程来获取token,就会报跨域的错。网上找了半... 2019年2月13日 ajax 浏览量:2,136 次 发表评论 阅读全文
Spring Security Oauth2.0报错Authentication is required to obtain an access token (anonymous not allowed) Spring Security Oauth2.0报错 org.springframework.security.authentication.InsufficientAuthenticationExc... 2019年1月10日 Spring Security 浏览量:2,705 次 发表评论 阅读全文
Spring Security Oauth2.0里如何获取access_token? 这几天在研究如何使用Spring Security Oauth2.0。按照网上的例子踩了几个坑后,现在状况是调用/oauth/authorize接口可以正常返回授权码,用postman调用/oauth... 2019年1月9日 Spring Security 浏览量:3,645 次 发表评论 阅读全文
Spring SecuritySpring Security Oauth2.0获取token报错invalid_client Bad client credentials Spring Security Oauth2.0获取token报错如下: { "error": "invalid_client", "error_description": "Bad client c... 2019年1月8日 浏览量:12,549 次 发表评论 阅读全文
Spring Security OAuth2.0 官方例子详解 这几天需要用到单点登录,准备学习下Spring Security OAuth2.0 官方例子:https://github.com/spring-projects/spring-security-oa... 2019年1月4日 Spring Security 浏览量:1,165 次 发表评论 阅读全文
android原生项目运行时报错java.lang.IllegalArgumentException: reportSizeConfigurations: ActivityRecord not found for: Token{ android原生项目运行时报错如下: java.lang.IllegalArgumentException: reportSizeConfigurations: ActivityRecord not... 2018年12月4日 android 浏览量:5,451 次 发表评论 阅读全文