202110-15 springboot 如何使用jedis连接Redis数据库 springboot使用jedis连接Redis数据库1.在pom.xml配置文件中添加依赖<!--redis依赖--><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-data-redis</artifactId></dependency><!--jedis依赖--><dependency><groupId>redis.clients</groupId><artifactId>jedis</artifactId><versi... 继续阅读 >