测试线程池

master
陈思豪 2024-09-08 23:54:07 +08:00
parent f0b60791a9
commit bcb5ed7691
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
package com.muyu.task.feign;
import org.springframework.cloud.openfeign.FeignClient;
@FeignClient(name = "cloud-engine" )
public interface RuleFeign {
}