【fix sonar】JeroTestClient文件
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestParam;
|
|||||||
/**
|
/**
|
||||||
* 常规feign接口定义
|
* 常规feign接口定义
|
||||||
*/
|
*/
|
||||||
@FeignClient(value = CloudConstant.SERVER_NAME_JeroDemo, fallbackFactory = JeroTestClientFallback.class)
|
@FeignClient(value = CloudConstant.SERVER_NAME_JERO_DEMO, fallbackFactory = JeroTestClientFallback.class)
|
||||||
@Component
|
@Component
|
||||||
public interface JeroTestClient {
|
public interface JeroTestClient {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user