mirror of
https://gitee.com/dromara/hutool.git
synced 2025-05-04 12:47:59 +08:00
commit
9070709dfc
@ -16,7 +16,8 @@ import java.io.Closeable;
|
|||||||
* @author looly
|
* @author looly
|
||||||
* @since 3.2.3
|
* @since 3.2.3
|
||||||
*/
|
*/
|
||||||
public class RedisDS implements Closeable{
|
public class RedisDS implements Closeable, Serializable{
|
||||||
|
private static final long serialVersionUID = -5605411972456177456L;
|
||||||
/** 默认配置文件 */
|
/** 默认配置文件 */
|
||||||
public final static String REDIS_CONFIG_PATH = "config/redis.setting";
|
public final static String REDIS_CONFIG_PATH = "config/redis.setting";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user