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 ...