JeecgBoot3.2.0-beta代码发布了,重构很大!

- 改了类名大小写,git对大小写不敏感,导致提交出问题修复。
pull/3621/head
zhangdaiscott 2022-04-18 11:33:59 +08:00
parent 2d9de317c4
commit dfbbd1bd1f
4 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,8 @@ package org.jeecg.common.constant;
/**
* VXESocket
*
* update: date: 2022-04-18
* @author: jeecg-boot
*/
public class VxeSocketConst {

View File

@ -11,6 +11,8 @@ import org.slf4j.LoggerFactory;
* IP
*
* @Author scott
*
* update: date: 2022-04-18
* @email jeecgos@163.com
* @Date 20190114
*/

View File

@ -4,6 +4,8 @@ import java.security.MessageDigest;
/**
* @Description:
*
* update: date: 2022-04-18
* @author: jeecg-boot
*/
public class Md5Util {

View File

@ -18,6 +18,7 @@ import java.util.Map;
/**
* vxe WebSocket
* update: date: 2022-04-18
* @author: jeecg-boot
*/
@Slf4j