【fix sonar】 CloudConstant.java文件
This commit is contained in:
+6
-6
@@ -8,23 +8,23 @@ public interface CloudConstant {
|
||||
/**
|
||||
* 微服务名【对应模块jero-boot-module-demo】
|
||||
*/
|
||||
public final static String SERVER_NAME_JeroDemo = "jero-demo";
|
||||
public static final String SERVER_NAME_JeroDemo = "jero-demo";
|
||||
|
||||
/**
|
||||
* MQ测试队列名字
|
||||
*/
|
||||
public final static String MQ_JERO_PLACE_ORDER = "jero_place_order";
|
||||
public final static String MQ_JERO_PLACE_ORDER_TIME = "jero_place_order_time";
|
||||
public static final String MQ_JERO_PLACE_ORDER = "jero_place_order";
|
||||
public static final String MQ_JERO_PLACE_ORDER_TIME = "jero_place_order_time";
|
||||
|
||||
/**
|
||||
* MQ测试消息总线
|
||||
*/
|
||||
public final static String MQ_DEMO_BUS_EVENT = "demoBusEvent";
|
||||
public static final String MQ_DEMO_BUS_EVENT = "demoBusEvent";
|
||||
|
||||
/**
|
||||
* 分布式锁lock key
|
||||
*/
|
||||
public final static String REDISSON_DEMO_LOCK_KEY1 = "demoLockKey1";
|
||||
public final static String REDISSON_DEMO_LOCK_KEY2 = "demoLockKey2";
|
||||
public static final String REDISSON_DEMO_LOCK_KEY1 = "demoLockKey1";
|
||||
public static final String REDISSON_DEMO_LOCK_KEY2 = "demoLockKey2";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user