springboot整合redis
在springboot1.x系列中,其中连接redis服务器使用的是jedis,但是到了springboot2.x使用的是Lettuce。关于jedis跟lettuce的区别: Lettuce ...
在springboot1.x系列中,其中连接redis服务器使用的是jedis,但是到了springboot2.x使用的是Lettuce。关于jedis跟lettuce的区别: Lettuce ...
目录 springboot 整合web开发 返回json数据 静态资源访问 文件上传 全局异常 1、返回json数据 springboot默认的是jacks ...