
spring-boot redis
zc888168
这个作者很懒,什么都没留下…
展开
-
spring-boot redis基于API的缓存实现
1 dependency <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> 2 applicat...原创 2020-03-21 10:45:50 · 181 阅读 · 0 评论 -
spring-boot 基于注解 redis缓存实现
1 dependency <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> 2 applicat...原创 2020-03-20 23:37:54 · 116 阅读 · 0 评论 -
spring-boot redis
1 dependency <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> <...原创 2020-03-19 20:52:27 · 91 阅读 · 0 评论