欢迎光临!
登录
  • 设置菜单

ZPY博客

JAVA架构师之路

×
MENU
  • Java基础
    • Java
    • jquery
    • Java多线程
    • mysql
    • oracle
    • mybatis
    • 设计模式
    • 计算机底层
  • Spring相关
    • Spring
    • thymeleaf
    • SpringBoot
    • Spring Security
    • SpringCloud
    • Spring Cloud Gateway
  • 分布式相关
    • 全文检索
    • 消息中间件
    • 缓存
    • Apollo
    • Hadoop
    • 分库分表
    • Sentinel
    • zipkin
  • 前端相关
    • ajax
    • FreeMarker
    • html5
    • css
    • php
    • android
    • app
    • angular
    • ng-zorro
    • Vue
    • ionic
    • cordova
    • 微信公众号
    • 微信小程序
  • 工具相关
    • cron
    • eclipse
    • IntelliJ IDEA
    • git
    • gitLab
    • jenkins
    • nexus
    • samba
    • maven
    • mac
    • linux
    • wordpress
  • 资源下载
    • 音乐下载
    • 电影下载
    • 小说下载
  • 其它
    • 海外主机
    • 股票
    • 工作流引擎
    • 爬虫
    • IT用英语单词
首页spring文章

Spring Security OAuth2客户端报错@ConditionalOnProperty (security.oauth2.client.grant-type=client_credentials) did not find property ‘grant-type’

这几天在研究Spring Security OAuth2的客户端,但是各种报错,具体报错如下: *************************** APPLICATION FAILED TO ST...
2019年12月21日 Spring Security 浏览量:1,372 次 发表评论
阅读全文

Spring Security OAuth2自定义授权页面不显示的问题

上一篇讲了Spring Security OAuth2自定义login页面报错的问题,今天在做Spring Security OAuth2的自定义授权页面,结果这个页面死活不显示。。仔细对比了几篇博客...
2019年12月20日 Spring Security 浏览量:1,407 次 发表评论
阅读全文

Spring Security OAuth2 自定义登录页面点击登录按钮报错Full authentication is required to access this resource

之前用框架默认的登录画面是可以正常拿到code的,但是按网上的博客的方法,换成自定义login画面后,自定义login画面可以出来,但点击登录时就会报错Full authentication is r...
2019年12月18日 Spring Security 浏览量:3,067 次 发表评论
阅读全文

MyBatis PageHelper设置分页不起作用

引入pagehelper的包后,设置分页PageHelper.startPage(1,10); 居然不起作用,还是检索的所有结果。。。 百度了半天,发现完全没有问题。。之前也有项目用过,写法不可能有问...
2019年11月22日 mybatis 浏览量:1,386 次 发表评论
阅读全文

Spring Cloud Gateway与spring-boot-starter-web冲突

大家应该都知道,Spring Cloud Gateway与spring-boot-starter-web有冲突,一般情况下我们只需要把spring-boot-starter-web依赖去掉即可。 但是...
2019年10月31日 Spring Cloud Gateway 浏览量:2,101 次 1
阅读全文

Spring源码学习(三)Bean的实例化和初始化

doGetBean() doGetBean()方法位于AbstractBeanFactory里。 代码如下: /** * Return an instance, which may be shared...
2019年8月1日 Spring 浏览量:420 次 发表评论
阅读全文

Spring Boot启动报错:Cannot determine embedded database driver class for database type NONE

Spring Boot启动报错:Cannot determine embedded database driver class for database type NONE 报这个错的原因是用到了数据...
2019年4月17日 mybatis 浏览量:527 次 发表评论
阅读全文

SpringBoot整合mybatis报错Invalid bound statement (not found): com.dao.DeptDao.findAll

这个报错花了我很长时间,网上的办法我都试了也没用,感觉自己各个地方也都没有问题。target文件夹里mapper.xml也都生成了。最后在源码里debug发现,好像mapper.xml里的内容都没读进...
2019年4月15日 mybatis 浏览量:738 次 发表评论
阅读全文

Spring Cloud Hystrix Dashboard访问/actuator/hystrix.stream出现Whitelabel Error Page的解决方法

首先,Spring Cloud Hystrix Dashboard的首页是可以访问的,客户端的接口是http://localhost:5667/hello,现在访问http://localhost:5...
2019年4月11日 SpringCloud 浏览量:1,319 次 发表评论
阅读全文

文章导航

第 1 页 第 2 页 第 3 页

全部热门文章

  • idea反编译失败 /* compiled code */的解决方法idea反编译失败 /* compiled code */的解决方法08/21 浏览量:3,790 次
  • 胡66-后来遇见他.mp3百度云下载胡66-后来遇见他.mp3百度云下载07/03 浏览量:3,737 次
  • 使用FastJson转换为Json字符串后导致@Jsonformat注解失效问题解决使用FastJson转换为Json字符串后导致@Jsonformat注解失效问题解决07/28 浏览量:2,750 次
  • Spring源码spring-core编译报错Error:Kotlin: [Internal Error] java.lang.LinkageError: loader constraint violation: loader... with name Spring源码spring-core编译报错Error:Kotlin: [Internal Error] java.lang.LinkageError: loader constraint violation: loader… with name “kotlin/sequences/Sequence”08/24 浏览量:2,108 次
  • SpringBoot注解中属性实现动态配置SpringBoot注解中属性实现动态配置06/29 浏览量:2,003 次

近期热门文章

  • 2022狂飙全集1080P迅雷下载2022狂飙全集1080P迅雷下载02/25 浏览量:372 次

热评文章

  • 2022狂飙全集1080P迅雷下载 2022狂飙全集1080P迅雷下载 02/25 7

随机文章

  • Spring Security Oauth2.0刷新token时报错401 Unauthorized和invalid_client Bad client credentials的解决方法 Spring Security Oauth2.0刷新token时报错401 Unauthorized和invalid_client Bad client credentials的解决方法 03/05 浏览量:3,900 次
  • Spring Security Oauth2.0 报错java.lang.IllegalArgumentException: There is no PasswordEncoder mapped for the id Spring Security Oauth2.0 报错java.lang.IllegalArgumentException: There is no PasswordEncoder mapped for the id “null” 01/07 浏览量:1,085 次
  • Spring Security Oauth2.0可以正常获取access_token,但返回值里没有refresh_token Spring Security Oauth2.0可以正常获取access_token,但返回值里没有refresh_token 03/04 浏览量:2,969 次
  • Spring Security Oauth2.0报错User must be authenticated with Spring Security before authorization can be completed Spring Security Oauth2.0报错User must be authenticated with Spring Security before authorization can be completed 02/15 浏览量:5,500 次
  • Spring Security Oauth2.0调用check_token接口报错401 Unauthorized的解决方法 Spring Security Oauth2.0调用check_token接口报错401 Unauthorized的解决方法 03/05 浏览量:5,046 次
Copyright ©  zpy博客  版权所有.

登录 找回密码

输入用户名或电子邮箱地址,您会收到一封新密码链接的电子邮件。

  • 文章目录
  • 繁