Spring Security OAuth2 自定义登录页面点击登录按钮报错Full authentication is required to access this resource 之前用框架默认的登录画面是可以正常拿到code的,但是按网上的博客的方法,换成自定义login画面后,自定义login画面可以出来,但点击登录时就会报错Full authentication is r... 2019年12月18日 Spring Security 浏览量:4,208 次 发表评论 阅读全文
Spring Security Oauth2.0刷新token时报错UserDetailsService is required的解决方法 报这个错,很明显是缺少UserDetailsService,但是网上的一些解决方法里具体怎么添加这个类没写的很清楚。 一般都只说了在AuthorizationServerEndpointsConfig... 2019年3月6日 Spring Security 浏览量:2,933 次 发表评论 阅读全文
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,704 次 发表评论 阅读全文
androidandroid studio项目报错:Error:Jack is required to support java 8 language features. Either enable Jack or remove sourceCompatibility JavaVersion.VERSION_1_8 android studio项目报错: Error:Jack is required to support java 8 language features. Either enable ... 2018年12月3日 浏览量:1,214 次 发表评论 阅读全文
app使用postman调试api接口返回Required request body is missing的错误 后台是用@RequestBody的方式来接受参数的。用postman返回Required request body is missing的错误。 百度了一下,发现@RequestBody这种方式用po... 2018年11月23日 浏览量:7,965 次 发表评论 阅读全文