测试线程池
parent
f0b60791a9
commit
bcb5ed7691
|
@ -0,0 +1,7 @@
|
|||
package com.muyu.task.feign;
|
||||
|
||||
import org.springframework.cloud.openfeign.FeignClient;
|
||||
|
||||
@FeignClient(name = "cloud-engine" )
|
||||
public interface RuleFeign {
|
||||
}
|
Loading…
Reference in New Issue