【fix sonar】CloudConstant文件

This commit is contained in:
梁琦涛
2023-03-16 14:25:59 +08:00
parent 3608e1f014
commit 1d8fbda91e
@@ -3,12 +3,15 @@ package com.jero.modules.cloud.constant;
/** /**
* 微服务单元测试常量定义 * 微服务单元测试常量定义
*/ */
public interface CloudConstant { public class CloudConstant {
private CloudConstant(){
}
/** /**
* 微服务名【对应模块jero-boot-module-demo】 * 微服务名【对应模块jero-boot-module-demo】
*/ */
public static final String SERVER_NAME_JeroDemo = "jero-demo"; public static final String SERVER_NAME_JERO_DEMO = "jero-demo";
/** /**
* MQ测试队列名字 * MQ测试队列名字