自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 Consider defining a bean of type org.springframework.data.redis.connection.RedisConnectionFactory

Consider defining a bean of type ‘org.springframework.data.redis.core.RedisTemplate’ in your configuration代码如下:springboot 整合redis是爆出的错误,找不到RedisTemplate 配置解决方法:1、检查依赖是否导入 <dependency> <groupId>org.springframework.data</gr

2020-06-11 11:50:44 9783

原创 通用mybatis: expected single matching bean but found 4: guaranteeApplyFileMapper....

通用mybatis使用时报错误如下:org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘guaranteeApplyInfoController’: Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException

2020-06-03 16:59:17 952

转载 SpringBoot集成JWT实现token验证

SpringBoot集成JWT实现token验证原文:https://www.cnblogs.com/shihaiming/p/9565835.htmlJWT官网: https://jwt.io/JWT(Java版)的github地址:https://github.com/jwtk/jjwt什么是JWTJson web token (JWT), 是为了在网络应用环境间传递声明而执行的一种基于JSON的开放标准((RFC 7519).定义了一种简洁的,自包含的方法用于通信双方之间以JSON对象的形式

2020-05-15 10:05:50 152

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除