- 博客(4)
- 收藏
- 关注

原创 OAuth 整合 JWT—— 公钥私钥的获取以及使用
准备工作首先我们先下载一个OpenSSL,为了方便下面的操作链接:https://pan.baidu.com/s/13-Z9FmYbMK-LzJsBNs_QFg提取码:2pr4下载完成后,解压到你需要存放的位置3.然后我们需要配置一下path环境变量,准备工作就完成了私钥和公钥的获取为了更加直观,我们先创建一个文件夹保存私钥2.打开我们电脑的命令行界面,并去到我...
2020-03-28 21:28:04
2600
原创 Parameter 0 of method redisTemplate in org
服务提供方在使用这个redis的时候,因为引入错误的依赖,所以导致出现下面的报错.以及消费方也报了一堆错误Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.2019-07-16 14:55:18.498 ERROR 8880 --- [ main] o.s.b.d.LoggingFailureAnalysisR
2020-05-27 21:59:01
7224
原创 记录一下因为粗心大意犯的错
在整理完代码进行测试的时候,因为连接数据库的语句加错了在别的地方,一直以下报一下错误2020-05-27 21:25:06.181 ERROR 15788 --- [nio-8081-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing fa
2020-05-27 21:48:00
522
原创 单点登录 thymeleaf 获取Autenticetion 对象里面的用户信息
pom <dependency> <groupId>org.thymeleaf.extras</groupId> <artifactId>thymeleaf-extras-springsecurity5</artifactId> </dependency>thymel...
2020-03-29 13:47:04
365
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人