mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update 高德
This commit is contained in:
@@ -31,6 +31,8 @@ public class Constants {
|
||||
// ftp端口号
|
||||
public static final int port = 0x15;
|
||||
|
||||
public static final String JSOWELL = "举视";
|
||||
|
||||
public static final byte[] updateServerPort = new byte[]{port};
|
||||
|
||||
public static final String updateServerUserName = "ftptest";
|
||||
|
||||
@@ -88,6 +88,10 @@ public class RedisCache {
|
||||
});
|
||||
}
|
||||
|
||||
public void multiSave(Map<String,String> source) {
|
||||
redisTemplate.opsForValue().multiSet(source);
|
||||
}
|
||||
|
||||
/**
|
||||
* 删除单个对象(异步清除内存)
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user