springboot学习
Beamcsdn
学习不是贩卖机,不可能投下硬币就有收获
展开
-
关于springboot整合redis时出现序列化乱码问题
关于springboot整合redis时出现序列化乱码问题前言出现的问题出现问题的原因解决方法前言今天在使用springboot整合redis时出现序列化乱码的问题,再此做一次记录出现的问题在使用终端添加数据的时候是没有问题的,当时使用spring去添加redis的数据的时候,key的前面会有乱码,虽然通过spring去取出数据没有问题,但是不方便我们在终端查询和看数据没有乱码的是通...原创 2019-01-12 22:16:03 · 3839 阅读 · 0 评论 -
记录一次springboot在idea打包war放服务器tomcat
记录一次springboot打包war放服务器tomcat前言步骤前言之前一直使用ssm框架,都是直接打包成war放服务器,但是springboot的一个运行不一样,使用的是内置的tomcat,在此记录一次将springboot项目打包成war步骤先将springboot内置的tomcat取出<dependency> <groupId>org.sprin...原创 2019-01-16 16:26:10 · 290 阅读 · 0 评论 -
redis反序列化失败(RedissonClient)疑是lombok造成 com.fasterxml.jackson.databind.exc.InvalidDefinitionException:
redis反序列化失败(RedissonClient)错误redis反序列化失败解决方法错误com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instance of `xxxxxxx` (no Creators, like default construct, exist): cann...原创 2019-08-21 23:07:45 · 2496 阅读 · 0 评论