SpringBoot整合Jedis詳細步驟

1、在pom.xml文件中添加Jedis的依賴java <!--集成Redis--> <dependency> <groupId>redis.clients</groupId> <artifactId>jedis</artifactId> <version>2.9.0</version> </
相關文章
相關標籤/搜索