springboot使用spring cache,基於lettuce鏈接redis

一、使用lettuce鏈接工廠鏈接redis(也可採用springboot方式配置鏈接) yml鏈接配置:java redis: cache-one: host: localhost port: 6379 database: 0 password: password config映射,其餘參數可自定義:redis @Data @ConfigurationProp
相關文章
相關標籤/搜索