mirror of https://github.com/jeecgboot/jeecg-boot
parent
2d9de317c4
commit
dfbbd1bd1f
|
@ -2,6 +2,8 @@ package org.jeecg.common.constant;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* VXESocket 常量
|
* VXESocket 常量
|
||||||
|
*
|
||||||
|
* update: 【类名改了大小写】 date: 2022-04-18
|
||||||
* @author: jeecg-boot
|
* @author: jeecg-boot
|
||||||
*/
|
*/
|
||||||
public class VxeSocketConst {
|
public class VxeSocketConst {
|
||||||
|
|
|
@ -11,6 +11,8 @@ import org.slf4j.LoggerFactory;
|
||||||
* IP地址
|
* IP地址
|
||||||
*
|
*
|
||||||
* @Author scott
|
* @Author scott
|
||||||
|
*
|
||||||
|
* update: 【类名改了大小写】 date: 2022-04-18
|
||||||
* @email jeecgos@163.com
|
* @email jeecgos@163.com
|
||||||
* @Date 2019年01月14日
|
* @Date 2019年01月14日
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -4,6 +4,8 @@ import java.security.MessageDigest;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @Description: 加密工具
|
* @Description: 加密工具
|
||||||
|
*
|
||||||
|
* update: 【类名改了大小写】 date: 2022-04-18
|
||||||
* @author: jeecg-boot
|
* @author: jeecg-boot
|
||||||
*/
|
*/
|
||||||
public class Md5Util {
|
public class Md5Util {
|
||||||
|
|
|
@ -18,6 +18,7 @@ import java.util.Map;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* vxe WebSocket,用于实现实时无痕刷新的功能
|
* vxe WebSocket,用于实现实时无痕刷新的功能
|
||||||
|
* update: 【类名改了大小写】 date: 2022-04-18
|
||||||
* @author: jeecg-boot
|
* @author: jeecg-boot
|
||||||
*/
|
*/
|
||||||
@Slf4j
|
@Slf4j
|
||||||
|
|
Loading…
Reference in New Issue