Springboot使用Jedis 1、導包 2、添加 application.properties 配置 3、編寫 RedisConfig 配置文件 使用常量 4、編寫RedisUtil工具類 使用j ...