【fix sonar】GlobalConstant文件
This commit is contained in:
+6
-2
@@ -7,11 +7,15 @@ package com.jero.boot.starter.lock.enums;
|
||||
* @date 2020-11-11
|
||||
*/
|
||||
|
||||
public interface GlobalConstant {
|
||||
public class GlobalConstant {
|
||||
|
||||
private GlobalConstant(){
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Redis地址连接前缀
|
||||
*/
|
||||
String REDIS_CONNECTION_PREFIX = "redis://";
|
||||
public static final String REDIS_CONNECTION_PREFIX = "redis://";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user